nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
15.1k stars 1.36k forks source link

[FIXED] Fix imports not being available for a client sometimes after a server restart #5589

Closed wallyqs closed 6 days ago

wallyqs commented 6 days ago

When a client would reconnect to a server that was still setting up the imports and exports a client that reconnected too soon to a server that had just been restarted might be missing some of the imports that were defined in its JWT.

Fixes #5480