1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2162_hubConnection = hubConnection;
14 references to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
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; 2335Volatile.Write(ref _nextActivationSendPing, (DateTime.UtcNow + _hubConnection.KeepAliveInterval).Ticks); 2340Volatile.Write(ref _nextActivationServerTimeout, (DateTime.UtcNow + _hubConnection.ServerTimeout).Ticks); 2358if (!_hubConnection._state.TryAcquireConnectionLock()) 2368if (_hubConnection._state.CurrentConnectionStateUnsynchronized != null) 2370SafeAssert(ReferenceEquals(_hubConnection._state.CurrentConnectionStateUnsynchronized, this), 2373await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false); 2382_hubConnection._state.ReleaseConnectionLock(); 2391$"Server timeout ({_hubConnection.ServerTimeout.TotalMilliseconds:0.00}ms) elapsed without receiving a message from the server."); 2419if (!_hubConnection._handlers.TryGetValue(methodName, out var invocationHandlerList))