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
When I exit netcat with Control+C, the Lisp code prints "err: CLOSED" though, indicating that the connection somehow occurred, but the library didn't catch the message.
When I send the same message via the library funcion cl-sipc:send-quick, it works, the message is printed and a response is sended, but through netcat, don't. I also tried doing the same with socat.
The text was updated successfully, but these errors were encountered:
When I tried to echo a string into the socket via netcat, the cl-sipc:hook couldn't catch the message.
I used:
On my server:
When I exit netcat with Control+C, the Lisp code prints "err: CLOSED" though, indicating that the connection somehow occurred, but the library didn't catch the message.
When I send the same message via the library funcion cl-sipc:send-quick, it works, the message is printed and a response is sended, but through netcat, don't. I also tried doing the same with socat.
The text was updated successfully, but these errors were encountered: