You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start a websocket server by androidasync
use another websocket client (eg. postman) to connect server
call websocket.send(String s) to send a big size (eg. 20000 byte) text to client
the client will not receive the message
after block, client will not receive any message from server anymore
The text was updated successfully, but these errors were encountered:
start a websocket server by androidasync
use another websocket client (eg. postman) to connect server
call websocket.send(String s) to send a big size (eg. 20000 byte) text to client
the client will not receive the message
after block, client will not receive any message from server anymore
The text was updated successfully, but these errors were encountered: