wip
This commit is contained in:
parent
c58027d882
commit
2ce9daea94
|
|
@ -81,7 +81,7 @@ class WebSocketHandler implements MessageComponentInterface
|
||||||
'event' => 'pusher:connection_established',
|
'event' => 'pusher:connection_established',
|
||||||
'data' => json_encode([
|
'data' => json_encode([
|
||||||
'socket_id' => $connection->socketId,
|
'socket_id' => $connection->socketId,
|
||||||
'activity_timeout' => 60,
|
'activity_timeout' => 30,
|
||||||
])
|
])
|
||||||
]));
|
]));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue