completing a non-blocking socket connect request ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi ,

- how do i complete the non-blocking connect request when using the select
method on the client side ?

* (or how do i know that the socket is connected, because i read somewhere
that there is bug with Socket.Connected) .

** (because i have a problem, the socket that do the connect stay in
writable state forever and i don't send nothing on the socket)

Thanks.
 
Hi Raj Chudasama,

I must use the Socket Select method and non-blocking socket operations ( i
can't use the async operations).

Thanks.
 
Back
Top