forked from openhab/openhab-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent IllegalStateException when closing SSE sink (openhab#1698)
* 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]>
- Loading branch information
Showing
1 changed file
with
11 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters