in reply to (podmaster) Re: Reading and writing sockets
in thread Reading and writing sockets
But how do I stop reading from a socket when I have to send something?if (!read_server_command && something_to_send) { send_command read_response } else { # handle server command send_response }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: (podmaster) Re: Reading and writing sockets
by PodMaster (Abbot) on Dec 11, 2001 at 14:57 UTC |