1 write to ServerTimeout
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
254ServerTimeout = options?.Value.ServerTimeout ?? DefaultServerTimeout;
2 references to ServerTimeout
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
2354Volatile.Write(ref _nextActivationServerTimeout, (DateTime.UtcNow + _hubConnection.ServerTimeout).Ticks); 2405$"Server timeout ({_hubConnection.ServerTimeout.TotalMilliseconds:0.00}ms) elapsed without receiving a message from the server.");