1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Fixed original data not available in socket parsing

This commit is contained in:
JKorf
2024-03-18 15:29:42 +01:00
parent 034eb83bae
commit 87f5e12b60
@@ -254,6 +254,8 @@ namespace CryptoExchange.Net.Converters.SystemTextJson
/// <inheritdoc />
public bool Read(ReadOnlyMemory<byte> data)
{
_bytes = data;
try
{
_document = JsonDocument.Parse(data);