We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5574aac commit 90f9b70Copy full SHA for 90f9b70
projects/Test/Integration/ToxiproxyManager.cs
@@ -87,6 +87,7 @@ public async Task InitializeAsync()
87
try
88
{
89
await _proxyClient.AddAsync(_proxy);
90
+ return;
91
}
92
catch (Exception ex)
93
0 commit comments