I have an App with nwjs (0.15.3) that communicates to an Arduino board using browser-serialport.
When the usb cable is disconnected I get a disconnect and close event on mac64 and win64 platforms, but the same code on win32 platform does not receive any event when the cable is disconnected.
Is there any known incompatibility with win32? (or maybe I am missing something to make it work)
Thanks