1 write to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
2451_hubConnection = hubConnection;
15 references to _hubConnection
Microsoft.AspNetCore.SignalR.Client.Core (15)
HubConnection.cs (15)
2452_hubConnection._logScope.ConnectionId = connection.ConnectionId; 2454_logger = _hubConnection._logger; 2461_hubConnection._serviceProvider.GetService<IOptions<HubConnectionOptions>>()?.Value.StatefulReconnectBufferSize 2550_hubConnection._state.AssertInConnectionLock(); 2564_hubConnection._logScope.ConnectionId = null; 2594var connectionToken = _hubConnection._state.StopCts.Token; 2638Volatile.Write(ref _nextActivationSendPing, (DateTime.UtcNow + _hubConnection.KeepAliveInterval).Ticks); 2643Volatile.Write(ref _nextActivationServerTimeout, (DateTime.UtcNow + _hubConnection.ServerTimeout).Ticks); 2661if (!_hubConnection._state.TryAcquireConnectionLock()) 2671if (_hubConnection._state.CurrentConnectionStateUnsynchronized != null) 2673SafeAssert(ReferenceEquals(_hubConnection._state.CurrentConnectionStateUnsynchronized, this), 2676await _hubConnection.SendHubMessage(this, PingMessage.Instance).ConfigureAwait(false); 2685_hubConnection._state.ReleaseConnectionLock(); 2694$"Server timeout ({_hubConnection.ServerTimeout.TotalMilliseconds:0.00}ms) elapsed without receiving a message from the server."); 2722if (!_hubConnection._handlers.TryGetValue(methodName, out var invocationHandlerList))