diff --git a/src/Microsoft.AspNetCore.SignalR.Common/Internal/Protocol/JsonHubProtocol.cs b/src/Microsoft.AspNetCore.SignalR.Common/Internal/Protocol/JsonHubProtocol.cs index cc964a9940..d2cf4cfdeb 100644 --- a/src/Microsoft.AspNetCore.SignalR.Common/Internal/Protocol/JsonHubProtocol.cs +++ b/src/Microsoft.AspNetCore.SignalR.Common/Internal/Protocol/JsonHubProtocol.cs @@ -26,7 +26,6 @@ namespace Microsoft.AspNetCore.SignalR.Internal.Protocol private const string ErrorPropertyName = "error"; private const string TargetPropertyName = "target"; private const string ArgumentsPropertyName = "arguments"; - private const string PayloadPropertyName = "payload"; private const string HeadersPropertyName = "headers"; public static readonly string ProtocolName = "json";