Теперь мы не должны отправлять 128 опкод самому себе. вроде

This commit is contained in:
Alexey Polyakov
2026-03-22 16:51:31 +03:00
parent ef512b060f
commit 8d7a1dacb5
3 changed files with 9 additions and 10 deletions

View File

@@ -71,8 +71,9 @@ class OnemeMobileController(ControllerBase):
)
# Отправляем пакет
writer.write(packet)
await writer.drain()
if writer != eventData.get("writer"):
writer.write(packet)
await writer.drain()
def launch(self, api):
async def _start_all():