1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2158_hubConnection = hubConnection;
14 references to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
2159_hubConnection._logScope.ConnectionId = connection.ConnectionId; 2161_logger = _hubConnection._logger; 2168_hubConnection._serviceProvider.GetService<IOptions<HubConnectionOptions>>()?.Value.StatefulReconnectBufferSize 2257_hubConnection._state.AssertInConnectionLock(); 2271_hubConnection._logScope.ConnectionId = null; 2331Volatile.Write(ref _nextActivationSendPing, (DateTime.UtcNow + _hubConnection.KeepAliveInterval).Ticks); 2336Volatile.Write(ref _nextActivationServerTimeout, (DateTime.UtcNow + _hubConnection.ServerTimeout).Ticks); 2354if (!_hubConnection._state.TryAcquireConnectionLock()) 2364if (_hubConnection._state.CurrentConnectionStateUnsynchronized != null) 2366SafeAssert(ReferenceEquals(_hubConnection._state.CurrentConnectionStateUnsynchronized, this), 2369await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false); 2378_hubConnection._state.ReleaseConnectionLock(); 2387$"Server timeout ({_hubConnection.ServerTimeout.TotalMilliseconds:0.00}ms) elapsed without receiving a message from the server."); 2415if (!_hubConnection._handlers.TryGetValue(methodName, out var invocationHandlerList))