Are there any similar methode to the Winsock selec (General questions)
I'm looking for a method that is similar to select(), where you can sit and wait for data coming into a socket for timeout period, then continue the normal work if there is no data comes.
Thank you,
Aing
Re: Are there any similar methode to the Winsock s
Aing,
we don't have that in wodSSH, but I would suggest you call Receive (when blocking property is set to True). It will also wait for specified Timeout value and hten return received data.
Hope that helps.
Kreso