1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2026-04-07 02:01:12 +00:00

Fix for test socket not working correctly with read/write socket connection lock

This commit is contained in:
Jkorf 2026-02-24 13:15:08 +01:00
parent 02b70398b3
commit 89a73747b0

View File

@ -112,6 +112,8 @@ namespace CryptoExchange.Net.Testing.Implementations
public async Task ReconnectAsync()
{
await Task.Delay(1).ConfigureAwait(false);
if (OnReconnecting != null)
await OnReconnecting().ConfigureAwait(false);