Zhiyong Li

Results 23 comments of Zhiyong Li
trafficstars

@ollm two items come to mind: 1) You are running PHP8.0 Is this a good idea for production server? I read in some of the issues that ZMQ has trouble...

The other thing to try is use either artilery or autobahn to stress test your application or server, and see if this happens again.

My hunch is this has something to do with resource. Are you running it on a shared host or VPS? I saw cPanel in your Apache info. Also did you...

This sort of things are really hard to track down. If I were you, I would just set up server(s) on a dedicated bare metal box, most likely your headache...

@clue this sounds very serious. Should we revert back to certain commit for production servers while you are working on this issue?

> trying to write data to a connection that is already closed on the remote side (see EPIPE error) and @clue do you have a way to make a connection...

@WyriHaximus is this command for Linux? End task in task manager on Windows 11 doesn't work. Connection on server will still be closed(presumably requested by OS). So far the only...

@WyriHaximus @ollm just tried on ubuntu 20.04. `kill -9 ` Once node/wscat is killed, connection is also closed on server side. I track the open/close time and a bunch of...

I think sockets are most likely managed by OS itself. Once a process that uses a socket is killed, OS will just close underlining socket by default. @WyriHaximus see if...

@clue I can reliably turn off ws client while keeping socket open on server side for several hours. I didn't try to reproduce the issue itself. Don't have the brain...