2 references to CreateServerWithMaxConnections
InMemory.FunctionalTests (2)
ConnectionLimitTests.cs (2)
36
await using (var server =
CreateServerWithMaxConnections
(async context =>
198
await using (var server =
CreateServerWithMaxConnections
(_ => Task.CompletedTask, counter))