shouldSendPings

fun shouldSendPings(enabled: Boolean)

Send ping commands each second to server. This allow get a RTT and keep alive the read channel in servers that close it due to inactivity.

Could be useful in combination with shouldFailOnRead to detect connection closed in few servers.