You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a MQTT-CoAP python script conversion. When I receive a CoAP publish in my python script I make a CoAP request. After implementing several HelperClients, if I do not make requests after several minutes I obtain this error "[Errno 104] Connection reset by peer" and I my script leaves working. What this error mean, how can I solve it?
The text was updated successfully, but these errors were encountered:
Hi,
it seems that the error is raised by the TCP socket of your MQTT broker,
not by CoAPthon.
Il giorno gio 14 feb 2019 alle ore 12:09 dcomins <[email protected]>
ha scritto:
Hi,
I made a MQTT-CoAP python script conversion. When I receive a CoAP publish
in my python script I make a CoAP request. After implementing several
HelperClients, if I do not make requests after several minutes I obtain
this error "[Errno 104] Connection reset by peer" and I my script leaves
working. What this error mean, how can I solve it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#137>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGb2-lWFd55FE0wFMhVg1NHcUL9pQyW4ks5vNUPygaJpZM4a7XG6>
.
Hi,
I made a MQTT-CoAP python script conversion. When I receive a CoAP publish in my python script I make a CoAP request. After implementing several HelperClients, if I do not make requests after several minutes I obtain this error "[Errno 104] Connection reset by peer" and I my script leaves working. What this error mean, how can I solve it?
The text was updated successfully, but these errors were encountered: