Open
Description
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 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,