tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 511 forks source link

added rate-limit #568

Open raftx24 opened 3 years ago

raftx24 commented 3 years ago

when you have 10K users and 5 channels per user and accidentally echo-server restart, the application will receive 50K auth requests concurrently and it can make the server down! I added maxAuthConcurrentRequests for fixing this issue.