Hi,
First of all, thansk for maintining the libray.
I have a doubt/issue regarding writing messages to an async socket. Basically, I have a queue of messages that need to be sent with a certain rate. It works fine for anything under 30Hz, but when I try to send faster, it seems that I get stuck at 64Hz, and if I put an enormous value (1100Hz), the rate augments(to around 500Hz) but still it is not the correct rate.
My code is structured so my Broadcasting class takes care of the timing and the sending.
Hi, First of all, thansk for maintining the libray.
I have a doubt/issue regarding writing messages to an async socket. Basically, I have a queue of messages that need to be sent with a certain rate. It works fine for anything under 30Hz, but when I try to send faster, it seems that I get stuck at 64Hz, and if I put an enormous value (1100Hz), the rate augments(to around 500Hz) but still it is not the correct rate. My code is structured so my Broadcasting class takes care of the timing and the sending.
My main application loop woud look like this. The broadcaster is construcited with the asio::context
I believe I'm doing something wrong thats why I am asking for some pointers.
Thank you very much Let me know if you need more information
-Jaime