1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-18 11:52:54 +00:00

Added setting for whether or not to process unparsable websocket messages

This commit is contained in:
Jkorf
2025-07-16 10:42:38 +02:00
parent aa06e0eead
commit 0152603ddb
2 changed files with 6 additions and 3 deletions
@@ -82,6 +82,11 @@ namespace CryptoExchange.Net.Clients
/// </summary>
protected bool AllowTopicsOnTheSameConnection { get; set; } = true;
/// <summary>
/// Whether to continue processing and forward unparsable messages to handlers
/// </summary>
protected internal bool ProcessUnparsableMessages { get; set; } = false;
/// <inheritdoc />
public double IncomingKbps
{