Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Frequent disconnects via transport close #1401

Unanswered
vmorrisPolar asked this question in Q&A
Discussion options

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?

image

You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

Please do not write issues on my repositories when you need help with your own applications. The discussions forum is the right place.

Now regarding your problem, see the Troubleshooting section of the documentation to learn how to enable logging on your Python client. Hopefully the client-side logs will provide some context on the reason for the disconnections.

You must be logged in to vote
1 reply
@vmorrisPolar
Comment options

Hey, really apologize about that. I'll turn on logs for the client and see what we can find out, then report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1400 on October 30, 2024 23:05.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.