Re: a network client

2018-12-13 Thread Catonano
Il giorno gio 13 dic 2018 alle ore 11:08 Mark H Weaver ha scritto: > > I'm sorry, but there's not enough information in your email for me to > understand what's happening. > > It would be most helpful if you could provide a small, self-contained > example of the server and client code, so that we

Re: a network client

2018-12-13 Thread Mark H Weaver
Hi, Catonano writes: > I wrote a small server in Guile scheme > > I used the command "nc" to test it > > It seems to work > > Then I wrote a small client in Guile > > It doesn't work and I don't understand why I'm sorry, but there's not enough information in your email for me to understand what

a network client

2018-12-13 Thread Catonano
I wrote a small server in Guile scheme I used the command "nc" to test it It seems to work Then I wrote a small client in Guile It doesn't work and I don't understand why At the REPL: scheme@(lsp-client)> (run-ping-test 11211) This runs the client The client is supposed to write a short str