Skip to content

Commit

Permalink
add quic
Browse files Browse the repository at this point in the history
  • Loading branch information
wj8400684 committed May 2, 2024
1 parent 8b6a690 commit 42b837e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/SuperSocket.Tests/ClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public void TestCancellationTokenIsBeingUsedWhenConnecting()
[InlineData(typeof(SecureHostConfigurator))]
[InlineData(typeof(GzipSecureHostConfigurator))]
[InlineData(typeof(GzipHostConfigurator))]
[InlineData(typeof(QuicHostConfigurator))]
public async Task TestCommandLine(Type hostConfiguratorType)
{
var packageEvent = new AutoResetEvent(false);
Expand Down

0 comments on commit 42b837e

Please sign in to comment.