1 write to _heartbeatHandlers
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
328_heartbeatHandlers = new List<(Action<object> handler, object state)>();
4 references to _heartbeatHandlers
Microsoft.AspNetCore.SignalR.Specification.Tests (4)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (4)
326if (_heartbeatHandlers == null) 330_heartbeatHandlers.Add((action, state)); 338if (_heartbeatHandlers == null) 343foreach (var (handler, state) in _heartbeatHandlers)