Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: subscription error handling during server shutdown#311

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

w1am
Copy link
Contributor

@w1amw1am commentedMar 19, 2025
edited
Loading

Fixed:#310

When the server shuts down while a subscription is active, the client wasn't properly detecting this condition or attempting to reconnect. The error propagation path was broken, preventing theCreateChannel messages from being queued for reconnection attempts. Also, if errors occurred before subscription confirmation, the CompletableFuture wasn't being completed exceptionally, which could lead to hanging client code.

@w1amw1amforce-pushed theDEVEX-256-Java-Client-Fix-subscription-reconnection-during-server-shutdown branch from0555759 to24bee81CompareMarch 19, 2025 10:27
@w1amw1am marked this pull request as ready for reviewMarch 19, 2025 13:54
@w1amw1am requested a review fromYoEightMarch 19, 2025 13:54
@w1amw1am merged commit8e5f873 intotrunkMar 21, 2025
39 checks passed
@w1amw1am deleted the DEVEX-256-Java-Client-Fix-subscription-reconnection-during-server-shutdown branchApril 14, 2025 09:27
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@YoEightYoEightYoEight approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

in 5.4.4, EventStoreDBClient becomes unusable after losing connection due to server is down
2 participants
@w1am@YoEight

[8]ページ先頭

©2009-2025 Movatter.jp