Skip to content

Commit

Permalink
Standardize Bybit websocket client
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 1, 2024
1 parent 7a16c49 commit 3038dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nautilus_trader/adapters/bybit/websocket/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ async def disconnect(self) -> None:
return

await self._client.disconnect()
self._client = None # Dispose (will go out of scope)

self._log.info(f"Disconnected from {self._base_url}", LogColor.BLUE)

################################################################################
Expand Down

0 comments on commit 3038dfd

Please sign in to comment.