You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: