We are working on a web application that maintains a connection with a 3D printer via socketio. We are experiencing frequent disconnects, several times a minute. The client (Bambu X1C 3D printer) is running python-socketio.
The server is running "socket.io": "^4.3.1",
Connected at 02:56, disconnected 21 seconds later at 03:17, citing "transport close"
connected at 28:17, disconnected 21 seconds later at 28:38, citing "transport close"
Can anyone point me in the right direction towards improving the health and longevity of this socket?

We are working on a web application that maintains a connection with a 3D printer via socketio. We are experiencing frequent disconnects, several times a minute. The client (Bambu X1C 3D printer) is running python-socketio.
The server is running "socket.io": "^4.3.1",
Connected at 02:56, disconnected 21 seconds later at 03:17, citing "transport close"
connected at 28:17, disconnected 21 seconds later at 28:38, citing "transport close"
Can anyone point me in the right direction towards improving the health and longevity of this socket?