• Ok, i figured out that this happens intermittently, so i'm trying to at least suppress the uncaught error, it does not work, but why? Isn't the try..catch supported?

    try {
         client.connect();
    } catch(e) {
        // do nothing ...
    }
    
About

Avatar for sureshkm @sureshkm started