Re: (General questions)
I am using HttpDlx to download multiple files in blocking mode. It works fine as long as there is no timeout. After a timeout has occured subsequent calls to .Get give the error 20010: Operation invalid in this state . What could be the reason?
Reason is obvious - when timeout expired, you were no longer connected, so .Get method reported the error. However, unless you did something specially (nothing comes to my mind....), .Get should auto reconnect and fetch the resource. Why this didn't happen - have no idea.
How can we duplicate this? Can you send us your code to try this out?
Kreso
Complete thread:
- Operation invalid in this state - Saurabh Gupta, 2006-04-05, 22:24
- Re: - wodSupport, 2006-04-05, 22:52
- Test source code - Saurabh Gupta, 2006-04-06, 09:21
- Re: - wodSupport, 2006-04-05, 22:52