mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Added reset to base socket to create a new socket when trying to reconnect
This commit is contained in:
@@ -58,6 +58,10 @@ namespace CryptoExchange.Net.UnitTests.TestImplementations
|
||||
throw new Exception("Socket not connected");
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
}
|
||||
|
||||
public Task Close()
|
||||
{
|
||||
Connected = false;
|
||||
|
||||
Reference in New Issue
Block a user