1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 11:52:54 +00:00
This commit is contained in:
Jkorf
2026-02-10 10:15:46 +01:00
5 changed files with 1501 additions and 2 deletions
@@ -948,7 +948,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");