Skip to content

Commit

Permalink
fix: ensure network are started asynchronously in InitializeAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienDegodez authored Jan 31, 2025
1 parent d7ab6df commit 3043b2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public Task InitializeAsync()
(_, _) => _microcksContainer.ImportAsMainArtifact("apipastries-openapi.yaml");

return Task.WhenAll(
_network.CreateAsync(),
_microcksContainer.StartAsync(),
_badImpl.StartAsync(),
_goodImpl.StartAsync()
Expand Down

0 comments on commit 3043b2b

Please # to comment.