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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: