Open rezaalavi opened 8 years ago
The plugin is designed to be used multiple times and does not shut down by itself. You should explicitly disconnect it using the disconnect()
method either form the application, or from inside the plugin.
Let me know if you think that this behaviour can be redone in a more convenient way.
Hi,
I am having this issue with jailed under node that the process never exist therefore onDisconnect never gets called. This happens even with the sample code provided on github.
Here the code that I used:
Executing the above under node never exist and only shows "Result is: 4"