Closed GoogleCodeExporter closed 8 years ago
Yup I'm encountering the same problem too
Original comment by chuau...@gmail.com
on 3 Oct 2008 at 8:00
could you please post your code how xmpphp is being used, then I can do a stack
trace.
thank you.
Original comment by azn.guw...@googlemail.com
on 24 Nov 2008 at 5:21
Hello,
I use the code like the example, use version 50, and every 7 minutes I print the
memory used..
May be you can print what is your memory used ? (please run it about 1 hour)
while(!$xmpp->isDisconnected()) {
$payloads = $xmpp->processUntil(array('message', 'presence', 'end_stream',
'session_start'), 1);
foreach($payloads as $event) {
} // end foreach
if 7 minutes already, call memory_get_usage()
} // end while
Thank you
Original comment by fransg....@gmail.com
on 25 Nov 2008 at 2:30
Fixed in SVN
Original comment by nathanfr...@gmail.com
on 26 Nov 2008 at 9:47
Original issue reported on code.google.com by
fransg....@gmail.com
on 12 Sep 2008 at 9:15