'websocket' => [
'server-host' => '127.0.0.1',
'server-port' => 6001,
'js-client-host' => '127.0.0.1',
'js-client-port' => 6002,
'js-client-secure' => true,
'php-client-host' => '127.0.0.1',
'php-client-port' => 6003,
'php-client-secure' => false,
'php-client-timeout' => 3,
'max-connections' => 1000,
],
I wonder if that would work.