Aaron
Aaron
I was just about to start embedding the web components I think are being removed in a large new web application/hybrid-native project I'm building. I'm glad I came across this...
Maybe this will help someone else ... I was having this problem in a completely new Rust project and here's what I did (the project was not using `yarn`): 1....
For anyone interested, I created a PR for a fix for this a few days ago.
I believe the only reliable way to properly shutdown and close the socket on Windows is to use either a non-blocking socket and/or to use overlapped IO. It looks like...