chore(dev): update develop environment

This commit is contained in:
MingxuanGame
2025-07-26 15:03:56 +00:00
parent 9ceacd9771
commit ced315be9e
27 changed files with 3555 additions and 3414 deletions

View File

@@ -1,3 +1,5 @@
from __future__ import annotations
from .router import router as signalr_router
__all__ = ["signalr_router"]

View File

@@ -127,7 +127,7 @@ class Hub:
args: list[Any] | None = packet[3]
if args is None:
args = []
streams: list[str] | None = packet[4] # TODO: stream support
# streams: list[str] | None = packet[4] # TODO: stream support
code = ResultKind.VOID
result = None
try: