Gareth Hancock
Gareth Hancock
I'm not sure if electron-builder supports cross build of a windows app from MacOS. The only cross build scenario that I can see in the documentation is building on Linux...
Would you be able to check if you experience the same issue with node 20.2?
thanks @mousseq In that case I strongly suspect this is related to the node js upgrade of libuv which occurred in node 20.3. Issue https://github.com/serialport/node-serialport/issues/2656 is another symptom of this....
Hi @toptensoftware When you mention that this issue doesn't appear on Ubuntu, would I be correct to infer that you are using the LTS release (22.04)? If so, I wonder...
I think I can replicate this issue with node js 20.3.0; but not in 20.2.0
I fear this going to be due to node JS updating to libuv [1.45](https://github.com/libuv/libuv/releases/tag/v1.45.0), and in particular the [changes to introduce io_uring support](https://github.com/libuv/libuv/pull/3952) I'll try to investigate further as time...
I can confirm that for me the issue only appears when the libuv dependency within Nodejs is upgraded from 1.44 to 1.45. This is based on using serialport 11 and...
Looping in @reconbot I think your knowledge of the poller and the @serialport/stream might needed :-)
The initial read is getting queued due to @serialport/stream in system independent logic... but I'm on Windows at the moment and this example doesn't result in the read getting queued...
Hi @DreiDe i think the website quote you are referring to is specifically in reference to ia32 (intel 32bit platforms) rather than any other architecture so am not sure that...