Skip to content

Connection not released in case of error #2699

@DavideD

Description

@DavideD

ReactiveSessionImpl#reactiveClose() calls 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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions