sockjs-netty
sockjs-netty copied to clipboard
Only send heartbeat for idle connections
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.