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

Cannot send too long message to dedicated server #5

Closed
jaxvanyang opened this issue Jun 12, 2023 · 0 comments
Closed

Cannot send too long message to dedicated server #5

jaxvanyang opened this issue Jun 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jaxvanyang
Copy link
Owner

Reason

Message longer than 256 characters which is sent to server by client, will break the network connection. This won't affect integrated server, because it use memory for packet exchange (AFAIK).

Error message

Internal Exception: io.netty.handler.codec.EncoderException: String too big (was 267 characters, max 256)

Screenshot from 2023-06-13 01-11-40

@jaxvanyang jaxvanyang added the bug Something isn't working label Jun 12, 2023
@jaxvanyang jaxvanyang closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 2023
@jaxvanyang jaxvanyang changed the title Cannot send to long message to dedicated server Cannot send too long message to dedicated server Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant