We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
you fail to await the server discovery callback even though you enforce it being a coroutine
this needs to be awaited
nats.py/nats/aio/client.py
Line 1902 in 7e7883e
2.10.22, main
No response
The text was updated successfully, but these errors were encountered:
so you are probably missing test coverage for this as well
Sorry, something went wrong.
thanks for the report, it looks like we did have coverage but it was using mocks so it was just wrong 🙃 f935963#diff-fb70e4c2ac585473a9714d1f1c39a0d94bb1ef4802b9d51429b73df49316f23eR1466
No branches or pull requests
Observed behavior
you fail to await the server discovery callback even though you enforce it being a coroutine
Expected behavior
this needs to be awaited
nats.py/nats/aio/client.py
Line 1902 in 7e7883e
Server and client version
2.10.22, main
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: