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
@kobergj The nats server itself runs signal handling that the Shutdown() call in the ocis code is redundant.
Or we can turn the nats signal handling off natsOpts.NoSigs = true and keep the Shutdown() on ower own control.
What do you prefer?
Describe the bug
The dedicated service
ocis nats server
runs panic when stopping.Steps to reproduce
ocis/bin/ocis nats server
control + c
Expected behavior
The service stopped. No errors.
Actual behavior
The text was updated successfully, but these errors were encountered: