When I send a lot of data, the connection will breaks
The client is java implementation("io.socket:socket.io-client:1.0.2"); server is implementation("com.corundumstudio.socketio:netty-socketio:1.7.17")
When the size of concurrent data sent by the client reaches 20 MB, the socket connection is disconnected error message is: cause: [transport close] , no more meesage
socket.on(Socket.EVENT_DISCONNECT, args -> { LOGGER.info(" cause: {}", Arrays.toString(args)); });
The method used to send data is io.socket.client.Socket#emit(java.lang.String, java.lang.Object...)
Hi! Were you able to find the culprit?
It looks like their last github contribution was April 26.
@17318584151 , could you log the close details too? What was maxHttpBufferSize set to?
How do I set maxHttpBufferSize