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