1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-08 00:16:27 +00:00

Fixed nullability warning

This commit is contained in:
JKorf 2022-07-31 21:55:26 +02:00
parent 277be7ab9b
commit 417cf2f9ac

View File

@ -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