Forum Navigation
SocketConduit Timeout issue
Moderators:
kris
Posted: 05/26/08 10:11:02Hi,
I have a problem where my server keeps telling me my connection has timed out when I connect to it. This only happens if I let a connection timeout first, I have noticed that there is code in SocketConduit?.read(void[],uint delegate(void[])) that sets it to false, but none in SocketConduit?.write(void[]), which makes sense except in the case where there is a timeout and the SocketConduit? gets reused and has to be written to.
Also seem to get some weird timeouts like timed out after 0:1:119.119995 when I've set the timeout to 2min.
I am using 0.99.6, on ubuntu 8.04.
-Rory