nats-io / nats-server

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

Improve metalayer snapshot on shutdown #6067

Closed neilalexander closed 2 weeks ago

neilalexander commented 2 weeks ago

We can't know whether s.quitCh or qch will fire first, since the select order is indeterminate. Try to snapshot either way.

Signed-off-by: Neil Twigg neil@nats.io