This commit is contained in:
2025-11-19 21:18:18 +09:00
parent d7a8a81fa9
commit d70f5bb389
3 changed files with 287 additions and 95 deletions
+1 -7
View File
@@ -528,13 +528,7 @@ code_change(_, State, _) ->
terminate(Reason, _) ->
ok = log(info, "Reason: ~p,", [Reason]),
case whereis(gmc_con) of
undefined ->
zx:stop();
PID ->
ok = log(info, "gd_con found at: ~p", [PID]),
application:stop(gajumine)
end.
zx:stop().