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
Re-Add WaitAllStoppedTimeout using WaitAllStopped, but deprecate it
Re-add `WaitAllStoppedTimeout()` to avoid breaking code using it, but deprecate it to signal that `WaitAllStopped()` should be used instead.
It is re-implemented via `WaitAllStopped()`; we can/will remove `WaitAllStoppedTimeout()` in the next major release
// WaitAllStoppedTimeout waits x seconds or until all services are stopped. Services might still run after the call! Call Container.StopAll() to stop them.
350
+
// Deprecated: WaitAllStopped is the preferred method of Waiting for all stopped containers, it can take a context with a deadline/timeout for the same functionality.
0 commit comments