Add automatic deletion for buckets that reach zero subscriptions (e.g. after a call to BfxWebSocketClient::unsubscribe).

This commit is contained in:
Davide Casale
2023-10-16 04:45:47 +02:00
parent e5ec94b757
commit 133db74a72
3 changed files with 27 additions and 7 deletions

View File

@@ -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.
"""