Closed michalpokusa closed 10 months ago
Unless I'm missing something, when not in CPython this is throwing an exception. I just added an except: pass to deal with it but at least for me in CircuitPython (9.2 for esp32) it's failing.
Unless I'm missing something, when not in CPython this is throwing an exception. I just added an except: pass to deal with it but at least for me in CircuitPython (9.2 for esp32) it's failing.
You are right, I don't kinow how I managed to miss that, probably removed the except
just before commiting. Already working on the PR with fix.
Thank for pointing that out!
Continuation of #78
🪛Fixes:
Server.start()
now marks socket for reuse when the lib is used with CPython