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

Chunk message problem #37

Open
kushubham9 opened this issue Jun 29, 2018 · 1 comment
Open

Chunk message problem #37

kushubham9 opened this issue Jun 29, 2018 · 1 comment

Comments

@kushubham9
Copy link

Hi,
I am unable to send messages in chunks. In the source code I see, when the payload size exceeds a certain buffer limit, the message is sent in chunks. However, I do not see those messages in my graylog.

Is there some way we can debug this? There are no messages in error logs.

@ronkorving
Copy link
Collaborator

It's UDP, so once it's sent all bets are off. If it is not received, the sending party (this library) will never know. With some hackery, you can observe from inside this library what is being sent, but that seems to be working fine for other people.

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

No branches or pull requests

2 participants