SStoliarchuk

Results 3 comments of SStoliarchuk

I think this relates to: https://github.com/socketio/socket.io/issues/3960 https://github.com/socketio/socket.io/issues/4015 https://github.com/socketio/socket.io/issues/4164 ~The current workaround that I have found it to emit on a setTimeout() with a 1 sec delay, less than that sometimes...

After some digging I was able to create a workaround for the issue: The file: `/node_modules/next-optimized-images/lib/index.js` @ line 43 Replace: ``` // remove (unoptimized) builtin image processing introduced in next.js...

I am also encountering this issue. It seems that the length of the timeout does not matter. It will crash regardless. Most importantly it is not consistent. Please check the...