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

ensures connection is closed on keepalive timeout #1118

Merged
merged 6 commits into from
Jan 31, 2025
Merged

Conversation

OlegDokuka
Copy link
Member

closes #1099

Copy link
Contributor

@rstoyanchev rstoyanchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of improvements suggested below for the test class, but otherwise looks good.

// .subscribe();

// return client;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The createClient methods maybe can also be combined into one with a lazy input argument.

@rstoyanchev rstoyanchev added this to the 1.1.5 milestone Jan 31, 2025
@rstoyanchev rstoyanchev changed the title ensures connection is close on keepalive timeout ensures connection is closed on keepalive timeout Jan 31, 2025
@rstoyanchev rstoyanchev linked an issue Jan 31, 2025 that may be closed by this pull request
@OlegDokuka OlegDokuka merged commit ccd67ba into 1.1.x Jan 31, 2025
25 of 26 checks passed
OlegDokuka added a commit that referenced this pull request Jan 31, 2025
* ensures connection is close on keepalive timeout

Signed-off-by: Oleh Dokuka <[email protected]>

* fix format

Signed-off-by: Oleh Dokuka <[email protected]>

* improve KeepaliveTest

Signed-off-by: Oleh Dokuka <[email protected]>

* fix format and failing test

Signed-off-by: Oleh Dokuka <[email protected]>

* adds reference to the original GH issue

Signed-off-by: Oleh Dokuka <[email protected]>

* fixes google format

Signed-off-by: Oleh Dokuka <[email protected]>

---------

Signed-off-by: Oleh Dokuka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server does not close and re-connect on missed keep alive ack
2 participants