diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml
index 32d62e2..9dd4dc3 100644
--- a/CryptoExchange.Net/CryptoExchange.Net.xml
+++ b/CryptoExchange.Net/CryptoExchange.Net.xml
@@ -3576,6 +3576,11 @@
The topic of the update, what symbol/asset etc..
+
+
+ The event that triggered the update
+
+
The original data that was received, only available when OutputOriginalData is set to true in the client options
@@ -3594,13 +3599,14 @@
The new data
-
+
Create a new DataEvent with data in the from of type K based on the current DataEvent. OriginalData and Timestamp will be copied over
The type of the new data
The new data
The new topic
+ The new event
@@ -3794,6 +3800,11 @@
Socket subscription
+
+
+ Subscription id
+
+
Exception event
@@ -3940,7 +3951,9 @@
-
+
+
+System.Diagnostics.CodeAnalysis.AllowNullAttribute">
Specifies that is allowed as an input even if the
corresponding type disallows it.
diff --git a/CryptoExchange.Net/OrderBook/SymbolOrderBook.cs b/CryptoExchange.Net/OrderBook/SymbolOrderBook.cs
index e5ad1fb..4a7c942 100644
--- a/CryptoExchange.Net/OrderBook/SymbolOrderBook.cs
+++ b/CryptoExchange.Net/OrderBook/SymbolOrderBook.cs
@@ -39,6 +39,7 @@ namespace CryptoExchange.Net.OrderBook
private readonly bool strictLevels;
private readonly bool validateChecksum;
+ private bool _stopProcessing;
private Task? _processTask;
private readonly AutoResetEvent _queueEvent;
private readonly ConcurrentQueue
public class SocketSubscription
{
+ ///
+ /// Subscription id
+ ///
public int Id { get; }
///
/// Exception event