-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error called: read tcp use of closed network connection in logs #282
Comments
This is not unexpected. See here for how Autopaho handles this. The documentation should probably be ammended to make this more clear. Adding notes from slack: I'd suggesting using With |
So, it's ok to not handle errors at a Can i ignore those errors? cause this project only uses mqtt partially (webrtc signalling) so i won't require to handle any errors later on. like a function to pass to |
Correct, |
What kind of errors, and how can we gracefully shut down? I have the following requirements
very basic webrtc signaling :D requirement, so i don't really plan on handling a lot of error cases, maybe can ignore a few. |
Calling Sorry - I don't really have time to provide support here (this area is really intended for bugs, I will leave this open because the docs for |
Sounds cool, I guess error handing isn't required in my case then. Thanks for the help Appreciate your time. Leaving this issue stale for now 👍🏻 |
Describe the bug
When i publish to a topic i get the following in mqtt logs:
To reproduce
Copy the copy and run tests:
mqtt:
Debug output
Expected behaviour
Unsure.
Software used:
go version go1.23.3 windows/amd64
github.com/eclipse/paho.golang v0.22.0
Additional context
No
The text was updated successfully, but these errors were encountered: