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

Send multiple JOIN commands if 512 bytes message length is violated #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

e-luks
Copy link

@e-luks e-luks commented Apr 26, 2024

As messages are limited to 512 bytes including CR/LF, the JOIN command fails if the amount of channels intended to be joined is too large.

This commit allows joining a larger number of rooms by splitting the channels to be joined among multiple JOIN commands instead of running only one join commands which violates the message length.

As messages are limited to 512 bytes including CR/LF, the JOIN
command fails if the amount of channels intended to be joined is too
large.

This commit allows joining a larger number of rooms by splitting the
channels to be joined among multiple JOIN commands instead of
running only one join commands which violates the message length.
@e-luks e-luks force-pushed the feature/join_many_channels branch from c8386d6 to 6a8ed64 Compare July 14, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant