The payload property was never used (#1641)
This commit is contained in:
parent
7df5c87815
commit
d4d5a08bc2
|
|
@ -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