1
0
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:
JKorf
2026-02-09 21:49:07 +01:00
parent 8e18482781
commit 39cd66596d
5 changed files with 1501 additions and 2 deletions
@@ -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");