Closed
Description
Related, but separate, to #89
There are at least two hardcoded timeouts for 1000:
Adafruit_CircuitPython_Wiznet5k/adafruit_wiznet5k/adafruit_wiznet5k_socket.py
Lines 178 to 189 in 73bb5b6
I believe time.monotonic()
returns the number of seconds. Waiting 1,000 seconds (over 16 minutes) in the __exit__
block is far too long.