We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'll see a bunch of entries like below at a regular interval: 02-09 17:29:00.874 D/SyncManager(28361): Processing 1 deferred pour. 02-09 17:29:00.874 W/LocalDbHelper(28361): getCurrentRow: pour 02-09 17:29:00.874 D/SyncManager(28361): >>> Posting pour: tap=kegboard.flow0 ticks=4830 02-09 17:29:00.884 D/Http (28361): --> GET https://kegbot.example.com/api/taps/ [200] 02-09 17:29:00.944 D/Http (28361): --> POST https://kegbot.example.com/api/taps/kegboard.flow0 [500]
Then between 1 and 2 hours later, that will stop, and the tablet will no longer be sending updates to the server.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'll see a bunch of entries like below at a regular interval:
02-09 17:29:00.874 D/SyncManager(28361): Processing 1 deferred pour.
02-09 17:29:00.874 W/LocalDbHelper(28361): getCurrentRow: pour
02-09 17:29:00.874 D/SyncManager(28361): >>> Posting pour: tap=kegboard.flow0 ticks=4830
02-09 17:29:00.884 D/Http (28361): --> GET https://kegbot.example.com/api/taps/ [200]
02-09 17:29:00.944 D/Http (28361): --> POST https://kegbot.example.com/api/taps/kegboard.flow0 [500]
Then between 1 and 2 hours later, that will stop, and the tablet will no longer be sending updates to the server.
The text was updated successfully, but these errors were encountered: