سؤال

i am using noczone php-sdk to send notifications about new posts in my forum to my mobile , but sometimes if 2 people write a new post , i only get one notification about the first post . i do not get any notification about the other (and yes the other post is saved to the database !)

i am running phpbb and triggering the following code (as it is from noczone)

$notifyNoc = new nocZoneNotify();
$notifyNoc->send("New Post $postId - $postTitle");
error_log('Notification sent ! - '.$postId.' '.date());

any ideas ?

هل كانت مفيدة؟

المحلول

you can send only 1 notification every 15 seconds for testing.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top