mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Add automatic deletion for buckets that reach zero subscriptions (e.g. after a call to BfxWebSocketClient::unsubscribe).
This commit is contained in:
@@ -40,3 +40,8 @@ class VersionMismatchError(BfxBaseException):
|
||||
"""
|
||||
This error indicates a mismatch between the client version and the server WSS version.
|
||||
"""
|
||||
|
||||
class SubIdError(BfxBaseException):
|
||||
"""
|
||||
Thrown when a user attempts to open more than one subscription using the same sub_id.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user