microdot icon indicating copy to clipboard operation
microdot copied to clipboard

Some crashes cause the server to exit

Open miguelgrinberg opened this issue 1 year ago • 0 comments

Some errors that result from SSL client errors cause the server to exit, due to a write call in line 1295 of microdot.py not having a try/catch around it. See discussion in #205.

miguelgrinberg avatar Feb 13 '24 20:02 miguelgrinberg