|
Re: [Sbcl-help] Deadlock with simple client/server sockets
application
From: Stig Hemmer <stighemmer@gm...> - 2012-07-18 21:42
|
A bit of testing with READ-CHAR shows that the message has been sent in full, but that the server hangs on READ. Apparently READ is expecting something more after the final )-character of the list. I don't understand why. However, the problem can be solved by sending a newline character from the client, using for example TERPRI. I haven't tested, but you might need to do the same on the server response. (Though closing the socket *should* satisfy READ) Good luck! Stig Hemmer |
| Thread | Author | Date | |
|---|---|---|---|
| [Sbcl-help] Deadlock with simple client/server sockets application |
Nicholas Mills |
|