Issue 17039: socket.SocketIO hides socket timeouts as blocking errors (original) (raw)

Issue17039

Created on 2013-01-26 11:30 by Ronny.Pfannschmidt, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg180660 - (view) Author: Ronny Pfannschmidt (Ronny.Pfannschmidt) Date: 2013-01-26 11:30
the change to conform with pep 3114 makes socketSocketIO hide Timeouts, since they are also denoted with EAGAIN (which is one of the blocking errors a nonblocking socket will raise) that causes read/readinto return None, when one would expect a Timeout
msg180666 - (view) Author: Ronny Pfannschmidt (Ronny.Pfannschmidt) Date: 2013-01-26 12:47
noticed an error in my testing, sorry for the noise
History
Date User Action Args
2022-04-11 14:57:41 admin set github: 61241
2013-01-26 12:47:41 Ronny.Pfannschmidt set status: open -> closedresolution: not a bugmessages: +
2013-01-26 11:30:10 Ronny.Pfannschmidt create