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
Describe the bug
If ITestcontainersBuilder<out TDockerContainer>.WithStartupCallback calls a IDockerContainer method that enters the semaphoreSlim in TestcontainersContainer, the container start will run into a deadlock.
Describe the bug
If
ITestcontainersBuilder<out TDockerContainer>.WithStartupCallback
calls aIDockerContainer
method that enters thesemaphoreSlim
inTestcontainersContainer
, the container start will run into a deadlock.To Reproduce
Steps to reproduce the behavior:
Expected behavior
No deadlock.
Screenshots
-
Desktop (please complete the following information):
Additional context
-
The text was updated successfully, but these errors were encountered: