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
This code catches all errors, not just I/O timeout errors, and therefore may cause infinite loops e.g. in case the stream argument is not a stream, or if read-sequence signals an end of file.
The text was updated successfully, but these errors were encountered:
Please link a context that includes an unambiguous source location; the github linking appears to be mistargeted [specifically: clicking 2d20d81 takes you to a patch that does not modify any of the lines in question].
Nevermind, it appears that this problem has existed in the code ab initio, and git tooling is uselessly helpful here.
websocket-driver/src/ws/base.lisp
Lines 215 to 218 in 2d20d81
This code catches all errors, not just I/O timeout errors, and therefore may cause infinite loops e.g. in case the
stream
argument is not a stream, or ifread-sequence
signals an end of file.The text was updated successfully, but these errors were encountered: