The payload property was never used (#1639)
This commit is contained in:
parent
52befc6bc0
commit
c5e2e3499a
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue