Skip to content

Commit 3837295

Browse files
committed
service extension
1 parent 69e56fd commit 3837295

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/NetCoreStack.WebSockets/Extensions/SocketServiceCollectionExtensions.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,5 @@ public static void AddNativeWebSockets<TInvocator>(this IServiceCollection servi
2525
services.AddSingleton<IConnectionManager, ConnectionManager>();
2626
services.AddTransient(typeof(IServerWebSocketCommandInvocator), typeof(TInvocator));
2727
}
28-
29-
public static void AddNativeWebSockets<TInvocator>(this IServiceCollection services, string hostname)
30-
where TInvocator : IServerWebSocketCommandInvocator
31-
{
32-
AddNativeWebSockets<TInvocator>(services);
33-
}
3428
}
3529
}

0 commit comments

Comments
 (0)