You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduced lock contention for connections receiving their own messages (#529)
Updated
Dependencies, covering the golang crypto package CVE. The CVE mentions the ssh package, which this library does not use, so NATS Go client should not be affected. Thanks to @KauzClay for the contribution (#548)
Fixed
Do not use sync.Once.Do() in connection's first request. Thanks to @hubinix for the report (#538)