Skip to content
Snippets Groups Projects
Commit dacaf1f1 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Revert "Check socket writability in JS Socket.send()"

This reverts commit 2cddddce.

This change was "wrong-headed" per Deuce and broke JS sends on
blocking sockets. Thanks for the help.

This fix for inifinite-wait on send() likely led to the infinite
BinkIT errors/log messages that led to commit b795cf6a.

The real fix for this problem (which can block all other timed
events from running), would be a Socket.poll() on the socket before
send in binkp.js.
parent 950bf600
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment