Files
ocis/changelog/7.0.0_2024-12-17/reuse-go-micro-service.md
2024-12-17 10:42:36 +01:00

210 B

Bugfix: Reuse go-micro service clients

go micro clients must not be reinitialized. The internal selector will spawn a new go routine to watch for registry changes.

https://github.com/owncloud/ocis/pull/10582