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 was archived by the owner on Feb 7, 2024. It is now read-only.
We are using one websockets worker to send messages to 25k clients. It uses about 1GB RAM and 100% of one CPU core. It seems like it can't handle more active connections with messages sent.
We use Nginx as reverse proxy for that. So is there any way to set up another artisan websockets:serve on different port and somehow set up our nginx to handle it all. Messages are sent from events with ShouldBroadcast.
Maybe there are other ways to handle this highload?