mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Fix for not set exception handler
This commit is contained in:
@@ -148,7 +148,7 @@ namespace CryptoExchange.Net.Sockets
|
||||
|
||||
public void InvokeExceptionHandler(Exception e)
|
||||
{
|
||||
Exception(e);
|
||||
Exception?.Invoke(e);
|
||||
}
|
||||
|
||||
public async Task Close()
|
||||
|
||||
Reference in New Issue
Block a user