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
I am writing notification server. Every client connects to server just to handle some notifications. So there is no any read-write work to keep sptr of my session, just rare async_write operations.
What async operation i must to do for fill the wasted time between async_writes?
May be async_ping or pong, I don't really know much about what's under the hood of websockes.
But i cannot find any explicit examples about ping-pong in beast docs.
Can anyone helps me?
The text was updated successfully, but these errors were encountered:
Hi.
I am writing notification server. Every client connects to server just to handle some notifications. So there is no any read-write work to keep sptr of my session, just rare async_write operations.
What async operation i must to do for fill the wasted time between async_writes?
May be async_ping or pong, I don't really know much about what's under the hood of websockes.
But i cannot find any explicit examples about ping-pong in beast docs.
Can anyone helps me?
The text was updated successfully, but these errors were encountered: