android-websockets icon indicating copy to clipboard operation
android-websockets copied to clipboard

WebSocket Error when send(String) or send(byte)

Open devxgaming opened this issue 7 years ago • 0 comments

is received messags but can't send messags

default

in connect method mSocket = factory.createSocket(mURI.getHost(), port);

but mSocket is null

devxgaming avatar Feb 14 '18 16:02 devxgaming