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 used your package in one of my app and I noticed that after a time I got ECONNRESET error, but it is not caught in the client.on('error',..) method. As I found out in the in the mqttjs package it is already implemented that, the following TLS errors are emit the error event:
ECONNREFUSED
ECONNRESET
EADDRINUSE
ENOTFOUND
Could you please also implement this in this package too?
Thanks,
The text was updated successfully, but these errors were encountered:
Same issue for me, i am getting some random disconnections from the lib, it is trying to reconnect but it is pretty hard to find the reason of disconnection when there is no error emitted from the lib itself only close and reconnect events.
It would be grate to have this implemented directly to be able to consume also the error events.
Hello,
I used your package in one of my app and I noticed that after a time I got
ECONNRESET
error, but it is not caught in theclient.on('error',..)
method. As I found out in the in the mqttjs package it is already implemented that, the following TLS errors are emit the error event:Could you please also implement this in this package too?
Thanks,
The text was updated successfully, but these errors were encountered: