Question

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 ?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top