Refactor the websocket message handler

This commit is contained in:
2025-11-25 19:43:42 +03:00
Unverified
parent 857365361d
commit c68cb2818c
5 changed files with 735 additions and 709 deletions
+7
View File
@@ -0,0 +1,7 @@
from websocket.registry import WebSocketHandlerRegistry
# Note: handler_registry and websocket_handler are not imported here to avoid circular dependency
# Import them directly from websocket.handlers when needed
__all__ = ["WebSocketHandlerRegistry"]