Skip to content
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

Fix Connection prematurely closed #144

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Fix Connection prematurely closed #144

merged 2 commits into from
Sep 18, 2023

Conversation

jchrys
Copy link
Collaborator

@jchrys jchrys commented Sep 16, 2023

Motivation:
The existing ReactorNettyClient#close() method might not handle requests asynchronously, potentially resulting in premature connection closure.

Modification:
Make sure that ReactorNettyClient#close() handles requests asynchronously.

Result:
Resolves #139

Motivation:
The existing `ReactorNettyClient#close()` method might not handle requests asynchronously, potentially resulting in premature connection closure.

Modification:
Make sure that ReactorNettyClient#close() handles requests asynchronously.

Result:
Resolves #139
@jchrys jchrys merged commit 878210d into trunk Sep 18, 2023
8 checks passed
@jchrys jchrys deleted the 1x-fix-close branch September 18, 2023 01:49
@jchrys jchrys added this to the 1.0.3 milestone Sep 18, 2023
jchrys added a commit that referenced this pull request Sep 18, 2023
Motivation:
The existing `ReactorNettyClient#close()` method might not handle
requests asynchronously, potentially resulting in premature connection
closure.

Modification:
Make sure that ReactorNettyClient#close() handles requests
asynchronously.

Result:
Resolves #139
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support micronaut-r2dbc
1 participant