Basic account support

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2018-09-16 06:07:35 -07:00
parent d5ceade750
commit 1cbfbfa071
12 changed files with 609 additions and 87 deletions

View File

@@ -681,7 +681,7 @@ func (s *Server) reloadAuthorization() {
}
// Remove any unauthorized subscriptions.
s.removeUnauthorizedSubs(client)
client.removeUnauthorizedSubs()
}
for _, route := range routes {