dyad
dyad copied to clipboard
Sends message once per second
I am trying to send a message each 100 ms but client accepts only one message per second. I checked my code. There is no sleep code around. What could be the reason?
Thank you.
make sure you call dyad_setNoDelay
on your stream to disable nagle's algorithm for your stream.