格式化代码,websocket功能完善

This commit is contained in:
2026-02-18 21:50:05 +08:00
parent 6543e2ccdd
commit b6c133952b
101 changed files with 15829 additions and 10739 deletions

View File

@@ -221,7 +221,7 @@ return [
'swoole_tables' => [
// WebSocket table for storing user connections
'wsTable' => [
'ws' => [
'size' => 102400, // Maximum number of rows
'column' => [
['name' => 'value', 'type' => \Swoole\Table::TYPE_STRING, 'size' => 1024],