1 write to KeepAliveInterval
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
256
KeepAliveInterval
= options?.Value.KeepAliveInterval ?? DefaultKeepAliveInterval;
1 reference to KeepAliveInterval
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2349
Volatile.Write(ref _nextActivationSendPing, (DateTime.UtcNow + _hubConnection.
KeepAliveInterval
).Ticks);