When I send a lot of data, the connection will breaks
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 63.2k
- Forks
- 10.3k
- Avg merge
- 11d 20h
- Merged PRs (30d)
- 2
Description
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));
});
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start by reproducing the disconnect with the Java client 1.0.2 and netty-socketio 1.7.17 at roughly 20 MB, then inspect the socket.on(Socket.EVENT_DISCONNECT) handler and the reported transport-close details. Done means identifying the cause and documenting whether the behavior can be reliably reproduced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100