I get alot of this when hosting:
[ 11920] Network error 10035: A non-blocking socket operation could not be completed immediately
Any fix? Anything i should be worried about? If no, can this message be removed as it doesnt give me anything useful.
Message spam when hosting
Moderator: Moderators
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: Message spam when hosting
Does it spam the whole time, or only occasionally?Here are two situations in which you might see Winsock error 10035:
* You're trying to send a massive amount of information through the socket, so the output buffer of the system becomes full.
* You're trying to send data through the socket to the remotehost, but the remotehost input buffer is full (because its receiving data slower than you're sending it).
Re: Message spam when hosting
Occasionally, like 5-10 times per game, but then it does it in large blocks.