Another day fighting weird state issues in lower level networking code in
Node.js. This time mqtts.js not cleaning up instances properly so later
invocations will reuse the wrong instance when trying to deal with ECONNRESET
TLS errors...
1 reply
Solution? Isolate it using separate processes ...