change ws ping_interval to adapt new version of ws client
This commit is contained in:
parent
af47558410
commit
be9d715150
2 changed files with 4 additions and 4 deletions
|
|
@ -39,4 +39,4 @@ class Events(StreamingAPI):
|
|||
on_message=self._on_message,
|
||||
on_error=self._on_error,
|
||||
on_close=self._on_close)
|
||||
ws.run_forever(ping_interval=5, ping_timeout=5, *args, **kwargs)
|
||||
ws.run_forever(ping_interval=10, ping_timeout=5, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue