adafruit / Adafruit_CircuitPython_Wiznet5k

Pure-Python interface for WIZNET 5k Ethernet modules
Other
15 stars 35 forks source link

Fix socket accept flow and timeout code #153

Closed us3r64 closed 4 months ago

us3r64 commented 5 months ago

Fix socket accept flow and timeout code for proper httpserver behavior.

This will also fix httpserver start, poll asyncio.

fixes #154

justmobilize commented 4 months ago

This is almost the same as #149