AndroidAsync icon indicating copy to clipboard operation
AndroidAsync copied to clipboard

websocket server will block after send big text string

Open hugebear opened this issue 4 years ago • 1 comments

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

hugebear avatar Jul 14 '21 06:07 hugebear

correct the eg size, 200000 byte.

hugebear avatar Jul 14 '21 08:07 hugebear