Our incident-reporting app will be used off line a lot, so in the design messages are sent to a local Sqlite database, then a task needs to check the database for messages to post when a network is detected.
I am looking for a robust tool that will let me run this task every 10 seconds.
I found Coravel (https://github.com/jamesmh/coravel) but it doesn't seem to have a Xamarin Forms working version.
Any suggestions on a framework?