Merge pull request #955 from cobolbaby/patch-1

fix: Nothing happens when trying to connect
This commit is contained in:
Umachandar Jayachandran
2022-03-02 22:23:54 -08:00
committed by GitHub
@@ -20,4 +20,6 @@ connection.on('connect', function(err) {
} else {
console.log('Connected');
}
});
});
connection.connect();