Commit a5517776 authored by Nick Craver's avatar Nick Craver

Just curious...

parent 1b0dd3ab
......@@ -36,7 +36,7 @@ public void ExportConfiguration()
}
[Fact]
public void ConnectUsesSingleSocket()
public async Task ConnectUsesSingleSocket()
{
using (var sw = new StringWriter())
{
......@@ -46,6 +46,7 @@ public void ConnectUsesSingleSocket()
{
using (var muxer = Create(failMessage: i + ": ", log: sw))
{
await Task.Delay(100);
foreach (var ep in muxer.GetEndPoints())
{
var srv = muxer.GetServer(ep);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment