Open GoogleCodeExporter opened 9 years ago
Hm. That sounds like a good idea, actually. And this may be something that
the
background service I made (in the 0.8.0 prereleases or in the SVN trunk) could
be
extended to include. That is to say, any time a message or photo is to be
sent, it
just gets queued up with the service. If it fails to send it due to connection
timeouts or unavailable data connections, it could wait a few seconds and try
again,
or just wait until a data connection comes up (either WiFi, 3G, or whatever)
and keep
going through the queue.
Or, maybe I could just make a separate dedicated service for that. But yeah, I
can
see this working out in time.
Of course, we'd also need some GUI interface to handle failures in that case
(i.e.
"abort all queued entries", "change username and password and try again", etc),
but
that could be dealt with, too.
Original comment by captains...@gmail.com
on 13 May 2010 at 7:39
Oh, hey, I'm still working on this. I don't have anything working yet, but
I've got a lot of the backend required for this in the queueservice branch.
I'm trying to make it push all uploads off to the background, where it'll keep
trying until it either posts or runs into an error that can't be solved by an
internet connection (bad password, wiki returns invalid data, etc). So I
haven't forgotten about this suggestion. :-)
Original comment by captains...@gmail.com
on 20 Mar 2011 at 12:54
Original issue reported on code.google.com by
thomas.h...@gmail.com
on 13 May 2010 at 5:50