|
@ -36,7 +36,7 @@ handle_cast(_Request, State) -> |
|
|
handle_info({'EXIT', Pid, _Reason}, State) -> |
|
|
handle_info({'EXIT', Pid, _Reason}, State) -> |
|
|
case ets:take(?EtsGLockPid, Pid) of |
|
|
case ets:take(?EtsGLockPid, Pid) of |
|
|
[] -> ignore; |
|
|
[] -> ignore; |
|
|
[KeyIxOrKeyIxs] -> |
|
|
|
|
|
|
|
|
[{_Pid, KeyIxOrKeyIxs}] -> |
|
|
ALockRef = persistent_term:get(?eALockRef), |
|
|
ALockRef = persistent_term:get(?eALockRef), |
|
|
PidInt = termInt:termInt(Pid), |
|
|
PidInt = termInt:termInt(Pid), |
|
|
case is_integer(KeyIxOrKeyIxs) of |
|
|
case is_integer(KeyIxOrKeyIxs) of |
|
|