You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
PresenceChannel onJoin fails if Authentication got 502 because of timeout
If authentication gets status 502 because of to many requests at the same time
To Reproduce
Make a page, join a presence channel, open 40 tabs in a webbrowser, when timeouts starts happening close all.
PresenceChannel onJoin fails if Authentication got 502 because of timeout
If authentication gets status 502 because of to many requests at the same time
To Reproduce
Make a page, join a presence channel, open 40 tabs in a webbrowser, when timeouts starts happening close all.
Expected behavior
laravel-echo-server shouldn't crash
Additional context
if(this.io.sockets.connected && this.io.sockets.connected[socket.id])
solves it when I tested it
The text was updated successfully, but these errors were encountered: