mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-22 05:42:53 +00:00
Fixed nullability warning
This commit is contained in:
@@ -39,7 +39,7 @@ namespace CryptoExchange.Net.Interfaces
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get reconntion url
|
/// Get reconntion url
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Func<Task<Uri?>> GetReconnectionUrl { get; set; }
|
Func<Task<Uri?>>? GetReconnectionUrl { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Unique id for this socket
|
/// Unique id for this socket
|
||||||
|
|||||||
Reference in New Issue
Block a user