vr7bd
vr7bd
Had the same issue. Can confirm that removing `@sveltejs/enhanced-img` resolved the issue for me
> Can folks here who had issues try upgrading to `@sveltejs/enhanced-img` version 0.2.0? It introduces caching, which should cut build times in half on the first run and make it...
> @vr7bd can you provide a repo that reproduces the issue? Unfortunately I can't. But I'll see if I can try to make a repo to replicate it. But if...
I'm facing the same issue. I'm able to reproduce it with this [script](https://socket.io/docs/v4/load-testing/#manual-client-creation). I set the number of clients to 5000. Is there any fix for this?
> I solve this migrating the source code to Socketioxide of RUST Are there APIs like `fetchSockets` to handle clustering or are you running it as a single instance?