Skip to content

Commit

Permalink
TRY MORE, +9
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Nov 3, 2024
1 parent 0ada368 commit c2e2e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/micro.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c2e2e2f

Please sign in to comment.