android websocket websocketnotconnected error

218 Views Asked by At

I have used Java-WebSocket (https://github.com/Davidiusdadi/Java-WebSocket) Client in my android app.

I am recording an audio file and sending it to server using websocketclient and Draft 17.

my audio file is of 500 kb = 500000 bytes. i am splitting the same into 1000 bytes string.

So I have 500 string. which i send as a Json to server in a loop in an async task.

After sending few messages while i call websocketclient.send i am getting an exception saying websocketnotconnected and no onclose or onerror is triggered yet.

Some times it works properly.

Is there any solution to this or any other android websocket library that is suitable for above task.

0

There are 0 best solutions below