1 write to _cachedPingMessage
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
576_cachedPingMessage = Protocol.GetMessageBytes(PingMessage.Instance);
1 reference to _cachedPingMessage
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionContext.cs (1)
418await _connectionContext.Transport.Output.WriteAsync(_cachedPingMessage);