mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-20 21:02:55 +00:00
Fixed some warnings
This commit is contained in:
@@ -39,8 +39,8 @@ namespace CryptoExchange.Net.OrderBook
|
||||
private readonly bool strictLevels;
|
||||
|
||||
private Task? _processTask;
|
||||
private AutoResetEvent _queueEvent;
|
||||
private ConcurrentQueue<object> _processQueue;
|
||||
private readonly AutoResetEvent _queueEvent;
|
||||
private readonly ConcurrentQueue<object> _processQueue;
|
||||
|
||||
/// <summary>
|
||||
/// Order book implementation id
|
||||
|
||||
Reference in New Issue
Block a user