RawezhCode
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...
    ` 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:...