Начальная реализация транспорта ws для max web и прочие улучшения

This commit is contained in:
Alexey Polyakov
2026-04-07 12:36:30 +03:00
parent 52949602af
commit 0ffc649dd9
19 changed files with 873 additions and 228 deletions

View File

@@ -18,9 +18,11 @@ class BaseProcessor:
self.db_pool = db_pool
self.clients = clients
self.send_event = send_event
self.event = send_event
self.logger = logging.getLogger(__name__)
self.type = type
if type == "socket":
self.proto = MobileProto()
elif type == "web":