[Redis] Save a few bytes for acks (#1070)

This commit is contained in:
BrennanConroy 2017-11-01 16:48:36 -07:00 committed by GitHub
parent e15a38a14c
commit 8c446fc02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ namespace Microsoft.AspNetCore.SignalR.Redis
await PublishAsync($"{_channelNamePrefix}.internal.{groupMessage.Server}", new GroupMessage
{
Action = GroupAction.Ack,
ConnectionId = groupMessage.ConnectionId,
Group = groupMessage.Group,
Id = groupMessage.Id
});
}