Files
ocis/changelog/6.6.1_2024-10-24/fix-panic-nats.md
2024-10-23 16:53:30 +02:00

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