You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[EventHub] Fix a regression in token renewal (Azure#26297)
In our previous refactoring, we accidentally dropped the `getToken()`
calls when renewing token. This PR adds the calls back.
The internal `TokenInfo` property `timeoutInMs` is renamed to
`timeToLiveInMs` to avoid confusion with operation timeout parameter
`timeoutInMs`.
0 commit comments