agl / pond

Pond
BSD 3-Clause "New" or "Revised" License
911 stars 109 forks source link

moveContactsMessagesToEndOfQueue if server is down #156

Closed burdges closed 9 years ago

burdges commented 9 years ago

We must call moveContactsMessagesToEndOfQueue if we encounter trouble contacting a pond server while sending. Fixes https://github.com/agl/pond/issues/155

I moved the comment describing what moveContactsMessagesToEndOfQueue does to the function itself since it's now called in two places.

agl commented 9 years ago

Merged in dd19d04520566d0450790827122eac868aa35ae5. (GitHub doesn't see it because I squashed a go fmt into it.) Thanks!