1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2152_hubConnection = hubConnection;
14 references to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (14)
HubConnection.cs (14)
2153_hubConnection._logScope.ConnectionId = connection.ConnectionId; 2155_logger = _hubConnection._logger; 2162_hubConnection._serviceProvider.GetService<IOptions<HubConnectionOptions>>()?.Value.StatefulReconnectBufferSize 2251_hubConnection._state.AssertInConnectionLock(); 2265_hubConnection._logScope.ConnectionId = null; 2325Volatile.Write(ref _nextActivationSendPing, (DateTime.UtcNow + _hubConnection.KeepAliveInterval).Ticks); 2330Volatile.Write(ref _nextActivationServerTimeout, (DateTime.UtcNow + _hubConnection.ServerTimeout).Ticks); 2348if (!_hubConnection._state.TryAcquireConnectionLock()) 2358if (_hubConnection._state.CurrentConnectionStateUnsynchronized != null) 2360SafeAssert(ReferenceEquals(_hubConnection._state.CurrentConnectionStateUnsynchronized, this), 2363await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false); 2372_hubConnection._state.ReleaseConnectionLock(); 2381$"Server timeout ({_hubConnection.ServerTimeout.TotalMilliseconds:0.00}ms) elapsed without receiving a message from the server."); 2409if (!_hubConnection._handlers.TryGetValue(methodName, out var invocationHandlerList))