-
-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
ReactiveSessionImpl#reactiveClose() calls super.close:
Line 1741 in f02390b
| super.close(); |
The problem is that super.close could throw an exception, for example because threadCheck() can fail.
In that scenario the connection is never released, the app get stuck and no error is visible.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working