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