Change-Id: Ibac337c17b7bc52d1393bec2b164fe89eb4ddc13
Signed-off-by: Younho Park <younho.park@samsung.com>
}
/* get unread notification async */
} else if(CMD_UNREAD_ASYNC == pt->cmd) {
- _LOG("push_service_request_unread_notification() function is being called.");
+ _LOG("push_service_request_unread_notification() function is being called after 1 second.");
+ sleep(1);
int ret = push_service_request_unread_notification(pv->conn);
if(PUSH_SERVICE_ERROR_NONE != ret) {
_LOG("push_service_request_unread_notification() function failed!");