RocketChat / RocketChat/Rocket.Chat.ReactNative
Messages are not sent when the Internet is bad from a mobile phone.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 1.5k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 90
Description
При плохом интернете на мобильном телефоне, высвечивается или ошибка или сообщение темное, не отправлено. В это время другие мессенджеры отправляют сообщения, например, Telegram, whatsapp, как можно увеличить количество попыток отправки сообщений с мобильной версии приложений?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing message sending on a mobile device under poor network conditions and compare the visible error or unsent state with the expected behavior. Trace the mobile message-sending entry point to determine how retries currently work; done means messages reliably retry and send without being left marked as unsent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100