Removed empty array
This commit is contained in:
parent
7d6b247780
commit
a5d38f4b64
|
|
@ -30,7 +30,6 @@ namespace Microsoft.AspNetCore.SignalR
|
|||
private readonly Dictionary<string, Func<Connection, InvocationDescriptor, Task<InvocationResultDescriptor>>> _callbacks
|
||||
= new Dictionary<string, Func<Connection, InvocationDescriptor, Task<InvocationResultDescriptor>>>(StringComparer.OrdinalIgnoreCase);
|
||||
private readonly Dictionary<string, Type[]> _paramTypes = new Dictionary<string, Type[]>();
|
||||
private static object[] EmptyArray = new object[0];
|
||||
|
||||
private readonly HubLifetimeManager<THub> _lifetimeManager;
|
||||
private readonly IHubContext<THub, TClient> _hubContext;
|
||||
|
|
|
|||
Loading…
Reference in New Issue