Bug #311
Retries too fast on stream errors
Status: | Closed | Start date: | 09/22/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | devrandom | % Done: | 0% | |
Category: | - | |||
Target version: | v11 - January Judo | |||
Component: |
Description
Testing against a server that has an issue, returning a stream error of "delay". GB retries immediately instead of waiting at least one heartbeat interval (or even better, exponentially backing off).
Associated revisions
Improve handling of presence conflict
Fixes issue #311
Merge pull request #311 from devrandom/cacheword1
apply cacheword cleanup to ImUrlActivity
History
#1 Updated by devrandom over 5 years ago
- Project changed from DemCouncil (Private) to ChatSecure:Android
Moving to correct project.
#2 Updated by devrandom over 5 years ago
- Target version set to v11 - January Judo
#3 Updated by devrandom over 5 years ago
- Status changed from New to Resolved
- Assignee set to devrandom
There were multiple issues involved in this:
- Prosody adding a stream:error "text" element, confusing smack and making XmppConnection think it can reconnect
- XmppStreamHandler not clearing the session on stream:error
- ChatListActivity going back to WelcomeActivity on disconnect (should go to LandingPage instead so that we do not try to reconnect)
#4 Updated by n8fr8 almost 5 years ago
- Status changed from Resolved to Closed