AndroidAsync
AndroidAsync copied to clipboard
I created a web socket server with this library in my project, and this lib is pretty good. But why not provides a method which we can get the socket client's IP and port?
I created a web socket server with this library in my project, and this lib is pretty good. But why not provides a method which we can get the socket client's IP and port?
String address = ((AsyncNetworkSocket)webSocket.getSocket()).getRemoteAddress().getAddress().getHostAddress();