sockjs-netty icon indicating copy to clipboard operation
sockjs-netty copied to clipboard

Only send heartbeat for idle connections

Open cgbystrom opened this issue 11 years ago • 0 comments

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.

cgbystrom avatar Sep 11 '13 08:09 cgbystrom