nextcloud / talk-ios

📱😀 Video & audio calls through Nextcloud on iOS
GNU General Public License v3.0
147 stars 87 forks source link

Switch to offline mode when server is in maintenance mode #1646

Closed SystemKeeper closed 3 months ago

SystemKeeper commented 3 months ago

While we react correctly to a 503 http error, we fail to take that into account when retrieving messages.

How to test:

Without this PR: We end up in an infinity loop and try to request new messages multiple times a second

With this PR: We switch to offline mode, show the maintenance message and don't try to retrieve messages anymore.