Fixed the exception handler close() on _TelemetryClientHolder #723
Fixed the exception handler close() on _TelemetryClientHolder #723msrathore-db merged 1 commit intomainfrom
Conversation
…bjects instead of accessing the client inside them.
|
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase ( |
|
Should we add more configuration like |
|
Sorry, might not be aware of this - Can you give more context on this change and how was this caught? |
Was testing something with python connector but got an error from the server, which led to seeing this exception. The close() didn't exist in the class so made this small fix |
samikshya-db
left a comment
There was a problem hiding this comment.
thanks for fixing this, @msrathore-db !
What type of PR is this?
Description
Fixed the exception handler close() on _TelemetryClientHolder objects instead of accessing the client inside them.
How is this tested?
Related Tickets & Documents