From c2e2e2f8dda213fee4bc03189ddd01d206ced446 Mon Sep 17 00:00:00 2001 From: Lev Brouk Date: Sun, 3 Nov 2024 06:28:51 -0800 Subject: [PATCH] TRY MORE, +9 --- src/micro.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/micro.c b/src/micro.c index 616db952..e4c461d1 100644 --- a/src/micro.c +++ b/src/micro.c @@ -349,6 +349,7 @@ _stop_service(microService *m, bool detachFromConnection, bool unsubscribe, bool if ((m->refs > 0) && release) m->refs--; refs = m->refs; + numEndpoints = m->numEndpoints; printf("<>/<> _stop_service: %s: 2: refs: %d, numEndpoints: %d\n", m->cfg->Name, refs, numEndpoints); _unlock_service(m);