Support "pusher:subscription_error" event
See original GitHub issueSupport for pusher:subscription_error
would be nice. It only applied to private
and presence
channels.
pusher:subscription_succeeded
could be moved to basic pusher channel, because it’s triggered for all channel types.
https://pusher.com/docs/client_api_guide/client_events#subscription_error
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Pusher subscription error. Laravel - Stack Overflow
Pusher emits events automatically in certain circumstances. Pusher : No callbacks on private-chat.1 for pusher:subscription_error.
Read more >Pusher Channels Docs | What is an event?
Sometimes things go wrong so we have exposed a pusher:subscription_error event. It is triggered when an authorization request for a private or presence...
Read more >Pusher Channels Swift Client (also works with Objective-C)
Errors received from Pusher Channels can be accessed via the connection delegate. This was previously done by binding callbacks. View legacy ...
Read more >Not able to receive Pusher event. - Laracasts
min.js:8 Pusher : : ["Event sent",{"event":"pusher:subscribe" ...
Read more >Pusher Channels Node.js REST library - npm
Usage · Callbacks and error handling · Publishing events · Excluding event recipients · Fetch subscriber and user counts at the time of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@driesvints: LGTM. Haven’t tested it, I don’t think we use that code anymore.
Sent a PR for this here: https://github.com/laravel/echo/pull/284
@tillkruss would be great if you could give feedback on my notes on the private channel thing on the PR.