Skip to content

[fix][client] Return client close promise#457

Open
nassero wants to merge 1 commit intoapache:masterfrom
nassero:fix/client-close-promise
Open

[fix][client] Return client close promise#457
nassero wants to merge 1 commit intoapache:masterfrom
nassero:fix/client-close-promise

Conversation

@nassero
Copy link

@nassero nassero commented Feb 7, 2026

Fixes #456

Motivation

Awaiting client.close() will not properly wait for the client to close before continuing.

Modifications

Return the promise in the close method.

Verifying this change

  • Make sure that the change passes the CI checks.

This change is a trivial rework / code cleanup without any test coverage.

Documentation

  • doc-required
    (Your PR needs to update docs and you will update later)

  • doc-not-needed
    Fixes existing interaction

  • doc
    (Your PR contains doc changes)

  • doc-complete
    (Docs have been already added)

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.

Client.close() does not return a promise

1 participant