aceio76
Silver Supporter
|
Changing blocking mode
With Connection and FastConnection, is there a way to adjust blocking/nonblocking on the socket?
If not, would it be possible to have this exposed in the future?
|
|
12-02-2013 12:23 AM |
|
Esenthel
Administrator
|
RE: Changing blocking mode
Hi,
Connection has 'receive' and 'send' methods, both with a timeout parameter, please set 0 for instant return, or value greater than zero to specify timeout.
FastConnect is always non-blocking. Are you having any issues with that? Please describe this in more detail, thank you.
|
|
12-03-2013 08:28 AM |
|