RTC Forums

Subscription => Support => Topic started by: HelgeLange on May 09, 2015, 02:16:49 PM



Title: Error #10035 Operation would block
Post by: HelgeLange on May 09, 2015, 02:16:49 PM
Hello Danijel,

sometimes I get a strange message "#10035 operation would block" but not always and with the compiled exe. So one would assume the configuration for the RtcHttpClient should be about the same and should yield the same results...
Any ideas why I get this error, where could I look to avoid them ?

Thanks in advance, Helge


Title: Re: Error #10035 Operation would block
Post by: D.Tkalcec (RTC) on May 09, 2015, 02:21:57 PM
Check this article, maybe it can help you:
http://winwiki.org/system-error-10035-winsock-operation-would-block/

Best Regards,
Danijel Tkalcec


Title: Re: Error #10035 Operation would block
Post by: D.Tkalcec (RTC) on May 09, 2015, 02:31:38 PM
If the above link does not help, then I need more information about the way you are using the components and situations in which the error occures, prefferably with a short Example Project (source code) to demonstrate the issue, sent by E-Mail to:
(http://www.realthinclient.com/supportmail.gif)

Best Regards,
Danijel Tkalcec


Title: Re: Error #10035 Operation would block
Post by: HelgeLange on May 09, 2015, 03:23:27 PM
That helped, although your link sent me to some tool, that my virus scanner does not like and it's only an evaluation copy.. I came to another site that explained it much better :
Quote
http://geekswithblogs.net/Lance/archive/2005/07/20/WinsockError10035.aspx

The server I wrote crashed and the result is that the input buffer of the servers winsock is full, which can cause error 10035 in your client.

Thanks, Danijel for your fast response