You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For various reasons, calls to ch_sendraw can fail with the following error.
E631: ch_sendraw(): write failed
We should wrap every call in a try ... catch block, and handle these errors. We should probably log an error message in :ALEInfo, or ignore the error entirely. Preferably the former. We cannot prevent the errors from happening. See #1994.
The text was updated successfully, but these errors were encountered:
For various reasons, calls to
ch_sendraw
can fail with the following error.We should wrap every call in a
try ... catch
block, and handle these errors. We should probably log an error message in:ALEInfo
, or ignore the error entirely. Preferably the former. We cannot prevent the errors from happening. See #1994.The text was updated successfully, but these errors were encountered: