robotpy / pynetworktables

Pure python implementation of the FRC NetworkTables protocol
Other
60 stars 30 forks source link

Doubled the timeout for multi-threaded connect operation to overcome … #117

Closed chauser closed 3 years ago

chauser commented 3 years ago

Doubled the timeout for multi-threaded connect operation to overcome Windows create_connection behavior described in Issue #116 and Issue #84.

Tested on both my Windows machines and it solves the problem. There doesn't seem to be any risk that it would break on other platforms or for other kinds of connection requests.

virtuald commented 3 years ago

Thanks!