From 48ddfd0e598e58bc3afe091886f1efa2961228be Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Fri, 6 Dec 2013 01:12:12 +0300 Subject: [PATCH] Inject removeMember on timeout. Ref #150 --- ajax/otpoll.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ajax/otpoll.php b/ajax/otpoll.php index 0d85e497..e3d7c0af 100644 --- a/ajax/otpoll.php +++ b/ajax/otpoll.php @@ -90,6 +90,7 @@ try{ $inactiveMembers = $member->updateByTimeout($esId); foreach ($inactiveMembers as $inactive){ $op->removeCursor($esId, $inactive); + $op->removeMember($esId, $inactive); } } else {