Closed
Bug 914153
Opened 11 years ago
Closed 7 years ago
We're losing the connection while we try to connect to Wi-Fi, whereas we should keep it until we connect
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-b2g:-)
RESOLVED
WONTFIX
blocking-b2g | - |
People
(Reporter: julienw, Unassigned)
References
Details
STR:
* be connected on 3G
* connect on a Wi-Fi network
* while it's connecting, try to visit a website
Expected:
* I should be able to visit the website
Actual:
* there is no connection until the device is connected to the Wi-Fi network
We're maybe disconnecting the 3G connection too soon.
Also, maybe we should not remove the existing interface and route while there is an open connection, or restart/retry these connections on the new interface, so that the user does not see any disruption.
Reporter | ||
Updated•11 years ago
|
Summary: We're losing the connection when we try to connect to Wi-Fi → We're losing the connection while we try to connect to Wi-Fi, whereas we should keep it until we connect
Comment 1•11 years ago
|
||
The 3G connection will be disconnected and the default route will be modified when Wi-Fi network is in connected state. See below. You should be able to browse the internet while Wi-Fi is in connecting state.
http://dxr.mozilla.org/mozilla-central/source/dom/system/gonk/NetworkManager.js?from=NetworkManager.js#l246
Reporter | ||
Comment 2•11 years ago
|
||
What happens for existing connections when the default route is modified ? Are they cut ? Are they timing out ?
Updated•11 years ago
|
Blocks: backlog-RIL/Net/Conn
blocking-b2g: 1.3? → madai?
Comment 3•11 years ago
|
||
Not going to use the madai flag, bumping to 1.5? for triage.
blocking-b2g: madai? → 1.5?
Comment 4•11 years ago
|
||
I would say this isn't a critical problem. It is good for user experience if we fix this bug. But device changes the network interface while accessing the internet, the disconnecting situation is definitely happened.
blocking-b2g: 1.5? → -
Comment 5•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•