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
If I have a server running, and then call (conn-client), whether from the same process or a remote one, the server enters wait-for-input and never returns.
Additionally, switching from usocket:wait-for-input to an open-stream-p on the socket stream seems to never return nil either.
Maybe I'm doing something logically wrong, but I'd love guidance if that's the case.
Thanks!
The text was updated successfully, but these errors were encountered:
BTW I even killed the remote client process to make sure no there was no lingering socket in the background keeping the connection alive, and the server still stayed stalled.
Oddly enough, I could still connect to it
Hello! I noticed that given these functions:
If I have a server running, and then call
(conn-client)
, whether from the same process or a remote one, the server enterswait-for-input
and never returns.This may or may not be related to #43 .
This is SBCL 1.4.12 on 64-bit Windows 10.
Additionally, switching from
usocket:wait-for-input
to anopen-stream-p
on the socket stream seems to never returnnil
either.Maybe I'm doing something logically wrong, but I'd love guidance if that's the case.
Thanks!
The text was updated successfully, but these errors were encountered: