codebutler / android-websockets

Bare minimum websockets (hybi13/RFC) client for Android
713 stars 494 forks source link

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

Open devxgaming opened 6 years ago

devxgaming commented 6 years ago

is received messags but can't send messags

default

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

but mSocket is null