Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Handle not closed if stream is cancelled #34

Closed
mostroverkhov opened this issue Jan 14, 2019 · 1 comment
Closed

Handle not closed if stream is cancelled #34

mostroverkhov opened this issue Jan 14, 2019 · 1 comment
Assignees
Labels
type: bug A general bug

Comments

@mostroverkhov
Copy link

Cancellation of stream created with R2dbc.withHandle does not close the Handle. This often happens when transforming Flux to Mono with Flux.next().

Related code snippet on master branch

.concatWith(ReactiveUtils.typeSafe(handle::close))

@nebhale nebhale added the type: bug A general bug label Jan 14, 2019
@nebhale nebhale added this to the 1.0.0.M7 milestone Jan 14, 2019
@nebhale nebhale self-assigned this Jan 18, 2019
@nebhale nebhale removed this from the 1.0.0.M7 milestone Jan 24, 2019
@mp911de
Copy link
Member

mp911de commented Jun 24, 2020

Closing this ticket as we're archiving the repository. See #63.

@mp911de mp911de closed this as completed Jun 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

3 participants