1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2162_hubConnection = hubConnection;
15 references to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (15)
HubConnection.cs (15)
2163_hubConnection._logScope.ConnectionId = connection.ConnectionId; 2165_logger = _hubConnection._logger; 2172_hubConnection._serviceProvider.GetService<IOptions<HubConnectionOptions>>()?.Value.StatefulReconnectBufferSize 2261_hubConnection._state.AssertInConnectionLock(); 2275_hubConnection._logScope.ConnectionId = null; 2305var connectionToken = _hubConnection._state.StopCts.Token; 2349Volatile.Write(ref _nextActivationSendPing, (DateTime.UtcNow + _hubConnection.KeepAliveInterval).Ticks); 2354Volatile.Write(ref _nextActivationServerTimeout, (DateTime.UtcNow + _hubConnection.ServerTimeout).Ticks); 2372if (!_hubConnection._state.TryAcquireConnectionLock()) 2382if (_hubConnection._state.CurrentConnectionStateUnsynchronized != null) 2384SafeAssert(ReferenceEquals(_hubConnection._state.CurrentConnectionStateUnsynchronized, this), 2387await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false); 2396_hubConnection._state.ReleaseConnectionLock(); 2405$"Server timeout ({_hubConnection.ServerTimeout.TotalMilliseconds:0.00}ms) elapsed without receiving a message from the server."); 2433if (!_hubConnection._handlers.TryGetValue(methodName, out var invocationHandlerList))