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
There is a race condition when using the embedded NATS server option in that the NATS server's signal handler races with Liftbridge's signal handler. Specifically, NATS calls os.Exit which can prevent a clean shutdown to occur in Liftbridge.
The text was updated successfully, but these errors were encountered:
There is a race condition when using the embedded NATS server option in that the NATS server's signal handler races with Liftbridge's signal handler. Specifically, NATS calls
os.Exit
which can prevent a clean shutdown to occur in Liftbridge.The text was updated successfully, but these errors were encountered: