Skip to content

Commit 797de72

Browse files
committed
Fix shared on aborted connection
1 parent 049d7c3 commit 797de72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/StackExchange.Redis.Tests/PubSubMultiserverTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public async Task ClusterNodeSubscriptionFailover()
3030
{
3131
Log("Connecting...");
3232

33-
await using var conn = Create(allowAdmin: true);
33+
await using var conn = Create(allowAdmin: true, shared: false);
3434

3535
var sub = conn.GetSubscriber();
3636
var channel = RedisChannel.Literal(Me());

0 commit comments

Comments
 (0)