Through there are several message for the connected users the following code returns empty array..
try {
$conn->connect();
$events = $conn->processUntil('message', 30);
echo '
';print_r($events); echo '
';
Please help me with this...
thanking you,
Regards,
Anthony Adaikalaraj.A