Subj : exec/load/binkp.js To : Git commit to main/sbbs/master From : Rob Swindell Date : Mon Nov 28 2022 12:57 pm https://gitlab.synchro.net/main/sbbs/-/commit/0ea1ce1d2600b79a77d41b7e Modified Files: exec/load/binkp.js Log Message: Use socket.poll() to check socket for writability before send() This is the real fix for infinite-wait on send() problem that was attempted in commit f0127e9d457, but caused other issues. Thanks Deuce. .