Open GoogleCodeExporter opened 9 years ago
I've come up with a possible solution..
In XMPPHP/XMLStream.php :: Line 654
//remove old event if array is full (let's store upto 100 payloads)
if($this->until_count[$key] > 100) {
array_shift($this->until_payload);
} else {
$this->until_count[$key] += 1;
}
I don't know if this works, or if it causes any side effect.. I will see.
Original comment by soichih
on 5 Aug 2010 at 4:45
hey, soichih..how is app doing? is it facing any more issues.
Original comment by sayo...@gmail.com
on 26 Sep 2011 at 10:36
Yes, I am still having this issue. My "possible solution" didn't work. I have a
cron job set up to automatically restart my service when xmpphp service dies. I
haven't updated the xmpphp library since then.. I am not sure if this issue has
already being fixed.
Original comment by soichih
on 26 Sep 2011 at 2:30
Original issue reported on code.google.com by
soichih
on 20 May 2010 at 1:33