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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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