Closing Sockets
Fernando Ribeiro <[email protected]>
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <CAKcyLkit626BQmdNGFZVVLm=HAfzSWv_8pgnjGj_gYf5mYWGDA@mail.gmail.com> |
All, From the docs, socket-shutdown should call socket-close when the close parameter is #t, but I am having issues with the following code: (define socket (make-client-socket "localhost" 61613)) (socket-shutdown socket) ; doesn't seem to call socket-close, or as least not to flush the output port Can you please verify? Thanks, -- Fernando Ribeiro