Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
17318584151 opened this issue Apr 25, 2024 · 1 comment
Open

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

17318584151 opened this issue Apr 25, 2024 · 1 comment
Labels
to triage Waiting to be triaged by a member of the team

Comments

@17318584151
Copy link

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));
});

@17318584151 17318584151 added the to triage Waiting to be triaged by a member of the team label Apr 25, 2024
@17318584151
Copy link
Author

The method used to send data is io.socket.client.Socket#emit(java.lang.String, java.lang.Object...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to triage Waiting to be triaged by a member of the team
Projects
None yet
Development

No branches or pull requests

1 participant