RawezhCode

Results 5 issues of RawezhCode

**Description** When the number of connections exceeds > 1000, the CPU increases at a strange rate and causes it to stop and restart. On an VPS ( 8core, 16GB RAM...

status:triage

![image](https://github.com/Opekunov/laravel-centrifugo-broadcaster/assets/53620168/bd2f4d87-0cde-4fb3-970d-6759f8602f88) ![SCR-20240516-eokz](https://github.com/Opekunov/laravel-centrifugo-broadcaster/assets/53620168/da67cd3c-bda5-4387-bb13-db3c5519fd31) ![SCR-20240516-eouc](https://github.com/Opekunov/laravel-centrifugo-broadcaster/assets/53620168/d0134fe9-3200-415c-84a1-8eea102ec63e) ![SCR-20240516-eowj](https://github.com/Opekunov/laravel-centrifugo-broadcaster/assets/53620168/f051a639-eb64-4125-ae8d-a850811a37c1) ` const centrifuge = new Centrifuge("ws://192.168.1.15:8000/connection/websocket", { token: "xxxxxxxxxxxx" }); centrifuge.on('connecting', function(ctx) { console.log(`connecting: ${ctx.code}, ${ctx.reason}`); }).on('connected', function(ctx) { console.log(`connected over ${ctx.transport}`); }).on('disconnected', function(ctx) { console.log(`disconnected:...

### Package Version v2.1 ### Laravel Version v12 ### Livewire Version _No response_ ### PHP Version 8.3 ### Problem description ``` livewire.js?id=df3a17f2:4532 Uncaught Snapshot missing on Livewire component with id:...

bug
medium priority