Commit efa74341 authored by Nick Craver's avatar Nick Craver

SubscribeToServer: handle inernal call correctly

parent 3baa89f2
......@@ -201,7 +201,7 @@ public Task SubscribeToServer(ConnectionMultiplexer multiplexer, RedisChannel ch
if (selected == null || Interlocked.CompareExchange(ref owner, selected, null) != null) return null;
var msg = Message.Create(-1, flags, cmd, channel);
if (internalCall) msg.SetInternalCall();
return selected.WriteDirectAsync(msg, ResultProcessor.TrackSubscriptions, asyncState);
}
......
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