Skip to content

Commit

Permalink
TRY MORE, +17
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Nov 3, 2024
1 parent 96d655e commit 176899f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/micro.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ _stop_service(microService *m, bool detachFromConnection, bool unsubscribe, bool
m->refs--;
refs = m->refs;
numEndpoints = m->numEndpoints;
printf("<>/<> _stoppED_service: %s: refs: %d, numEndpoints: %d\n", m->cfg->Name, refs, numEndpoints); fflush(stdout);
_unlock_service(m);

printf("<>/<> _stoppED_service: %s: refs: %d, numEndpoints: %d\n", m->cfg->Name, refs, numEndpoints); fflush(stdout);

if ((refs == 0) && (numEndpoints == 0))
_free_service(m);
Expand Down

0 comments on commit 176899f

Please sign in to comment.