mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
stop wasn't awaited (now it is)
thanks to @mgfreixa
This commit is contained in:
@@ -208,7 +208,7 @@ class GenericWebsocket:
|
||||
"""
|
||||
This is used by the HF data server.
|
||||
"""
|
||||
self.stop()
|
||||
await self.stop()
|
||||
|
||||
async def on_open(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user