feat: add route propagation and bootstrap js gateway leaf services
This commit is contained in:
@@ -527,6 +527,8 @@ public sealed class NatsClient : IDisposable
|
||||
_logger.LogDebug("SUB {Subject} {Sid} from client {ClientId}", cmd.Subject, cmd.Sid, Id);
|
||||
|
||||
Account?.SubList.Insert(sub);
|
||||
if (Router is NatsServer server)
|
||||
server.OnLocalSubscription(sub.Subject, sub.Queue);
|
||||
}
|
||||
|
||||
private void ProcessUnsub(ParsedCommand cmd)
|
||||
|
||||
Reference in New Issue
Block a user