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
Unnecessary to send at a fixed interval.
Instead, send when connection has been idle a given time period. Netty supports this quite easily with IdleState.
The text was updated successfully, but these errors were encountered:
Unnecessary to send at a fixed interval.
Instead, send when connection has been idle a given time period. Netty supports this quite easily with IdleState.
The text was updated successfully, but these errors were encountered: