yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot save job to disk at com.birbit.android.jobqueue.persistentQueue.sqlite.SqliteJobQueue.persistJobToDisk

rajextreme9476 opened this issue · comments

 MessageSendJobs sendStanzaToServer =new MessageSendJobs(xmppConnection,msg);
    jobManager.addJobInBackground(sendStanzaToServer);