-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
In certain situations, process.exit(1)
or an uncaught exception will cause the Node.js process to hang when using node-serialport. The desired behavior is for the Node process to die. Instead, the process remains open and just hangs.
I am working on some reproducible code to demonstrate this bug. I am fairly certain that node-serialport is the culprit... it reminds me of issue #150.
This problem occurs on node-serialport 1.2.5. Node 0.10.22. Debian Linux 7.0
Metadata
Metadata
Assignees
Labels
No labels