You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced large hitches in the select() call on Windows (VS 2015 Update 1, x64, Windows 10) until I set the tv_usec field to 0 instead of 5. I assume there's a timer granularity difference between the current Winsock libraries and whatever platform Webby has been tested with.
The text was updated successfully, but these errors were encountered:
I think that makes sense. I can't personally think of a reason I'd want a timeout at all (even if it didn't cause Windows hitches), but I'm sure you and others have valid use cases.
webby.c around line 1333:
I experienced large hitches in the
select()
call on Windows (VS 2015 Update 1, x64, Windows 10) until I set thetv_usec
field to 0 instead of 5. I assume there's a timer granularity difference between the current Winsock libraries and whatever platform Webby has been tested with.The text was updated successfully, but these errors were encountered: