This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 avoid "A server error occurred" msgs related to polling
Polling request might time out if app goes into background. New polling request will be started when app comes back into foreground. There is no reason to bother the enduser with messages related to polling. Hence, in this commit `PollMessageDelivery` will no longer emit error messages related to polling.
- Loading branch information