mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
252 B
252 B
Bugfix: Fix panic when stopping the nats
The nats server itself runs signal handling that the Shutdown() call in the ocis code is redundant and led to a panic.
https://github.com/owncloud/ocis/pull/10363 https://github.com/owncloud/ocis/issues/10360