connection becomes unusable when switching network while writting
Bug #1547053 reported by
Roberto Mier Escandon
This bug affects 18 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Telegram app |
New
|
Critical
|
Roberto Mier Escandon |
Bug Description
Reported:
"Also, when a message fails to send because just that very moment the connection drops, it is not resent when the connection comes back
I stand corrected. All those messages have been sent succesdfully, i just didnt receive the confirmation. The other side replied but i did not get the messages from him.
So it loojs like the sending part is fixed, just the receiving still breaks sometimes"
Changed in telegram-app: | |
milestone: | none → m29 |
Changed in telegram-app: | |
milestone: | m29 → m30 |
Changed in telegram-app: | |
milestone: | m30 → m31 |
Changed in telegram-app: | |
milestone: | m31 → m32 |
Changed in telegram-app: | |
milestone: | m32 → m33 |
Changed in telegram-app: | |
milestone: | m33 → m34 |
To post a comment you must log in.
Observed while fixing a reconnection bug [1] that when the network connection drops or switches to another network the socket is not aware of it until passed some seconds. If the socket is used to send any request meanwhile, though the request even can get to destination, the socket becomes useless, so it won't be able to send or receive any more data.
As when this other bug is fixed [2] telegram app will be able to use connectivity api to detect any network disconnection/ switch before a socket timeout, and thus, avoid using the socket or even disconnect it while not having connection again.
[1] https:/ /bugs.launchpad .net/bugs/ 1518300 /bugs.launchpad .net/bugs/ 1545673
[2] https:/