Skip to content

Commit 8b597c2

Browse files
benjaminpetitsergeybykov
authored andcommitted
Fix bad merge (#6656)
1 parent 6f83c91 commit 8b597c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Orleans.Core/Messaging/GatewayManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ private void UpdateLiveGatewaysSnapshot(IEnumerable<SiloAddress> refreshedGatewa
353353
// receive responses
354354
var connectionsToKeepAlive = new List<SiloAddress>(live);
355355
connectionsToKeepAlive.AddRange(knownMasked.Select(e => e.Key));
356-
this.CloseEvictedGatewayConnections(live);
356+
this.CloseEvictedGatewayConnections(connectionsToKeepAlive);
357357
}
358358
}
359359

0 commit comments

Comments
 (0)