socketio / socketio/socket.io

When I send a lot of data, the connection will breaks

Open
#5,008 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

needs investigation
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.