A websocket.{session} channel
This commit is contained in:
parent
a1121cc351
commit
ca1e1e4e29
|
|
@ -89,6 +89,7 @@ class WebSocketsServiceProvider extends ServiceProvider
|
||||||
protected function registerDefaultWebsocketChannels()
|
protected function registerDefaultWebsocketChannels()
|
||||||
{
|
{
|
||||||
\Illuminate\Support\Facades\Broadcast::channel('websocket', fn() => true);
|
\Illuminate\Support\Facades\Broadcast::channel('websocket', fn() => true);
|
||||||
|
\Illuminate\Support\Facades\Broadcast::channel('websocket.{session}', fn() => true);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function registerEventLoop()
|
protected function registerEventLoop()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue