Inject removeMember on timeout. Ref #150
This commit is contained in:
parent
47dbf676e2
commit
48ddfd0e59
@ -90,6 +90,7 @@ try{
|
||||
$inactiveMembers = $member->updateByTimeout($esId);
|
||||
foreach ($inactiveMembers as $inactive){
|
||||
$op->removeCursor($esId, $inactive);
|
||||
$op->removeMember($esId, $inactive);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user