v0.7.20
Merge pull request #147 from nats-io/tls-reconnect-leaks - [FIX] #145 - when using TLS reconnects would fail because of listener leaks (events firing on leaked streams) - [FIX] node client fired error on any protocol error. Some protocol errors such as 'stale connection' should have initiated a reconnect. - [FIX] if a client attempted to publish/subscribe to a subject for which it had no permission, an error was generated. New event ('permission_error') will now be sent to the client.