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
After a provider's shutdown function has terminated successfully, the provider's state MUST revert to its uninitialized state.
If a provider requires initialization, once it's shut down, it must transition to its initial NOT_READY state. Some providers may allow reinitialization from this state. Providers not requiring initialization are assumed to be ready at all times.
According to recent spec changes, the Provider Status is now meant to be maintained by the SDK, so it's not a Provider's responsibility to transition to NOT_READY state.
The text was updated successfully, but these errors were encountered:
If a provider requires initialization, once it's shut down, it must transition to its initial NOT_READY state. Some providers may allow reinitialization from this state. Providers not requiring initialization are assumed to be ready at all times.
Mh, I think the content here is right but has to be adjusted to "the clients status accessor" instead of "providers status".
But it is a good point, I think we should adjust this and move it to section one.
Does that make sense?
Link to requirement here.
It reads:
According to recent spec changes, the
Provider Status
is now meant to be maintained by the SDK, so it's not a Provider's responsibility to transition toNOT_READY
state.The text was updated successfully, but these errors were encountered: