Replies: 1 comment
-
Hello , this is not documented so you need to discover it the hard way . $this->get('/apps/{appId}/channels/{channelName}', config('websockets.handlers.fetch_channel')); The controller responsible for this route is FetchChannel : So you can make an HTTP GET to the url : Note: I only tested this using postman. i wish this will help you . |
Beta Was this translation helpful? Give feedback.
-
I have thausands of event for broadcasting and huge load on server queue. Most channels has't subscribers, how I can check it before triggering event?
Beta Was this translation helpful? Give feedback.
All reactions