fix(network): prevent null multiplayer peer crashes offline/teardown and fix Nakama RPC session validation

This commit is contained in:
2026-07-10 17:36:26 +08:00
parent 2b4c9d9dcb
commit b30709de3d
84 changed files with 5291 additions and 982 deletions
+2
View File
@@ -50,6 +50,8 @@ const DOMAINS := [
{"id": "signal", "label": "signal", "count": 1, "tools": ["signal_manage"]},
{"id": "testing", "label": "testing", "count": 2, "tools": ["test_manage", "test_run"]},
{"id": "theme", "label": "theme", "count": 1, "tools": ["theme_manage"]},
{"id": "tilemap", "label": "tilemap", "count": 1, "tools": ["tilemap_manage"]},
{"id": "tileset", "label": "tileset", "count": 1, "tools": ["tileset_manage"]},
{"id": "ui", "label": "ui", "count": 1, "tools": ["ui_manage"]},
]