client3.on("error", function (err) {
    console.error("client3: " + err.stack);
    process.exit();
});