1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-19 20:33:03 +00:00

Small fixed/improvements. Added deflate stream method

This commit is contained in:
JKorf
2024-07-25 18:47:33 +02:00
parent e1dafdf0dd
commit b309deb0c4
5 changed files with 26 additions and 5 deletions
@@ -420,7 +420,7 @@ namespace CryptoExchange.Net.Sockets
string? originalData = null;
// 1. Decrypt/Preprocess if necessary
data = ApiClient.PreprocessStreamMessage(type, data);
data = ApiClient.PreprocessStreamMessage(this, type, data);
// 2. Read data into accessor
_accessor.Read(data);