Commit c6f30d93 authored by Nick Craver's avatar Nick Craver

Just giving it a go

I think there's a race in ReconfigureAsync with clusters here where the last subscription to finish is left out...but not seeing it yet. Tests show it over and over, though.
parent b9e504cc
......@@ -46,7 +46,7 @@ public async Task ConnectUsesSingleSocket()
{
using (var muxer = Create(failMessage: i + ": ", log: sw))
{
await Task.Delay(100);
await Task.Delay(500);
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