Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refresh token prior to metadata exchange (#351)
In heavy usage, there can be cases where the client does not refresh the token but then the token expires prior to the metadata exchange. This commit ensures that the token is always fresh before proceeding to the metadata exchange. Fixes #346
- Loading branch information