Handle MQTT exceptions properly

This commit is contained in:
brightio
2023-11-13 20:46:46 +01:00
committed by GitHub
parent cb042d16a2
commit f6d1e6027a

View File

@@ -201,5 +201,5 @@ class MQTT(BaseRequestHandler):
except Exception:
raise
self.request.close()
pass