mirror of
https://github.com/openmax-server/server.git
synced 2026-06-23 11:21:07 +03:00
Начальная реализация транспорта ws для max web и прочие улучшения
This commit is contained in:
@@ -7,7 +7,7 @@ from common.rate_limiter import RateLimiter
|
||||
from common.opcodes import Opcodes
|
||||
from common.tools import Tools
|
||||
|
||||
class TTWebSocketServer:
|
||||
class TamTamWS:
|
||||
def __init__(self, host, port, clients, ssl_context, db_pool, send_event):
|
||||
self.host = host
|
||||
self.port = port
|
||||
|
||||
Reference in New Issue
Block a user