threema-ch / threema-web

The Threema Web application.
GNU Affero General Public License v3.0
998 stars 107 forks source link

Fix hiding of "device unreachable" dialog #1135

Closed threema-danilo closed 2 years ago

threema-danilo commented 2 years ago

By using onRemoving instead of chaining futures, we get sync processing instead of async processing. This resolves a race condition that often occurred when the tab was was in the background (probably due to throttling).