-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IllegalStateException in SseBroadcaster #1499
Comments
wborn
added a commit
to wborn/openhab-core
that referenced
this issue
Oct 7, 2020
Fixes openhab#1499 Signed-off-by: Wouter Born <[email protected]>
cweitkamp
pushed a commit
that referenced
this issue
Oct 7, 2020
* Prevent IllegalStateException when closing SSE sink * Simplify code and log exceptions on debug There seem to be no issues anymore with the exception handling when SSE clients disconnect so simplify the exception handling. Suppressing exceptions based on error message is also likely to break when new exceptions are added or messages change. There are also still exceptions that get logged with "failure" but from which the code seems to recover without any issues. Fixes #1499 Signed-off-by: Wouter Born <[email protected]>
Hi, |
splatch
pushed a commit
to ConnectorIO/copybara-hab-core
that referenced
this issue
Jul 11, 2023
* Prevent IllegalStateException when closing SSE sink * Simplify code and log exceptions on debug There seem to be no issues anymore with the exception handling when SSE clients disconnect so simplify the exception handling. Suppressing exceptions based on error message is also likely to break when new exceptions are added or messages change. There are also still exceptions that get logged with "failure" but from which the code seems to recover without any issues. Fixes openhab#1499 Signed-off-by: Wouter Born <[email protected]> GitOrigin-RevId: 1edf25b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing an openHAB3 distro, I just found this in my log, which should not occur:
The text was updated successfully, but these errors were encountered: