-
Type: Bug
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: Not Applicable
-
Component/s: Native
-
None
This test listens for an uncaughtException:
process.once('uncaughtException', function() {
client.close();
done();
});
This is probably incorrect so we should figure out what this test is doing.