1 write to Message
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisInvocation.cs (1)
26
Message
= message;
4 references to Message
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
RedisHubLifetimeManager.cs (4)
467
tasks.Add(connection.WriteAsync(invocation.
Message
).AsTask());
579
return connection.WriteAsync(invocation.
Message
).AsTask();
600
tasks.Add(userConnection.WriteAsync(invocation.
Message
).AsTask());
631
tasks.Add(groupConnection.WriteAsync(invocation.
Message
).AsTask());