typedb / typedb-driver-python

TypeDB Driver for Python
https://typedb.com
Apache License 2.0
67 stars 24 forks source link

Implement missed token renewal step in Cluster client #236

Closed lolski closed 3 years ago

lolski commented 3 years ago

What is the goal of this PR?

We have fixed the bug where some RPC methods in Cluster client does not perform token renewal step.

What are the changes implemented in this PR?