1.重构实时消息WebSocket连接

2.MySQL备份
This commit is contained in:
2026-04-24 13:49:38 +08:00
parent d69412a0f7
commit fd324f2882
54 changed files with 2396 additions and 2638 deletions

View File

@@ -64,6 +64,13 @@ return [
'count' => 1,
'reloadable' => false,
],
// 后台测试页 WebSocket 连接服务(供 /admin/test/gameCurrentStatus 联调)
'gameWebSocketServer' => [
'handler' => app\process\GameWebSocketServer::class,
'listen' => env('H5_WEBSOCKET_LISTEN', 'websocket://0.0.0.0:3131'),
'count' => 1,
'reloadable' => false,
],
// File update detection and automatic reload
'monitor' => [