-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move away from ClientMiddleware and ClientAuthHandler in pydeephaven (#…
…5489) * For debugging the gRPC error seen at optiver * Move away from ClientMiddleware and ClientAuthHandler in pydeephaven. * Cleanups. * Cleanups. * Remove unused import. * type annotation for _refresh_token return. * Remove test_mt. * Fix issues with bi-streaming calls and typos. * Followup to review comments from Jianfeng. * Update _session_service.py after _auth_value rename. * Followup to Corey's comments. * Followup to Corey's comments. * Limit refresh retries. * Fixed forwarding. * Do something more sane for wrap_rpc with pre-existing metadata. * Again. * Followup to review comments from Colin. * Removed comment that didn't apply anymore. * Followup to review comments. * Removed file that I did not intend to add. * Followup to review comments. * Fix typos, thanks Jianfeng. * Shorter. * Followup to review comments. * Followup to Colin's comments. * Rework wrap. * Fix typo, hat tip Jianfeng. * remove unused imports. * Moved to _services_lock for service initialization. * Restore newline. * remove newline * remove spurious whitespace * Add newline * Add newline. * Something. * Ensure the program terminates if we run out of refresh attempts. * Tweak retry failure case. * Spurious whitespace. * Fix types on update_matadata. * Add type annotations * One more type hint. --------- Co-authored-by: jianfengmao <[email protected]>
- Loading branch information
1 parent
21b6351
commit 82fc24b
Showing
11 changed files
with
241 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.