Merge branch 'master' into improvement-drops

This commit is contained in:
Alessandro Maggio
2021-02-18 22:17:31 +01:00
committed by GitHub
7 changed files with 70 additions and 81 deletions

View File

@@ -33,7 +33,7 @@ class WebSocketsPool:
"""
API Limits
- Clients can listen on up to 50 topics per connection. Trying to listen on more topics will result in an error message.
- Clients can listen to up to 50 topics per connection. Trying to listen to more topics will result in an error message.
- We recommend that a single client IP address establishes no more than 10 simultaneous connections.
The two limits above are likely to be relaxed for approved third-party applications, as we start to better understand third-party requirements.
"""
@@ -125,7 +125,7 @@ class WebSocketsPool:
# Reconnect only if ws.forced_close is False (replace the keep_running)
# Set the current socket as reconnecting status
# So the exsternal ping check will be locked
# So the external ping check will be locked
ws.is_reconneting = True
if ws.forced_close is False: