Currently the library just receives pings and pings, but discards them. Sending a ping is only available by using _sendMessage(False, 0x9) which is discouraged. A proper handling like "send ping, if no response after x seconds and y tries, close connection".
If I have enough time, I may open a PR.
Currently the library just receives pings and pings, but discards them. Sending a ping is only available by using
_sendMessage(False, 0x9)
which is discouraged. A proper handling like "send ping, if no response after x seconds and y tries, close connection". If I have enough time, I may open a PR.