Rewrite all logic regarding connection multiplexing.

This commit is contained in:
Davide Casale
2023-10-13 05:43:42 +02:00
parent 378e89b504
commit 122d692684
3 changed files with 18 additions and 38 deletions

View File

@@ -11,11 +11,6 @@ class FullBucketError(BfxBaseException):
Thrown when a user attempts a subscription but all buckets are full.
"""
class ZeroConnectionsError(BfxBaseException):
"""
This error indicates an attempt to subscribe to a public channel while the number of connections is 0.
"""
class ReconnectionTimeoutError(BfxBaseException):
"""
This error indicates that the connection has been offline for too long without being able to reconnect.