mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-16 10:53:08 +00:00
Added some tests
This commit is contained in:
@@ -930,7 +930,7 @@ namespace CryptoExchange.Net.Sockets.Default
|
||||
return SendStringAsync(requestId, str, weight);
|
||||
|
||||
str = stringSerializer.Serialize(obj);
|
||||
return SendAsync(requestId, str, weight);
|
||||
return SendStringAsync(requestId, str, weight);
|
||||
}
|
||||
|
||||
throw new Exception("Unknown serializer when sending message");
|
||||
|
||||
Reference in New Issue
Block a user