Closed
Bug 1097692
Opened 11 years ago
Closed 11 years ago
Error handling. We need to shield our code against errors when joining a room.
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: borjasalguero, Assigned: jaoo)
References
Details
Attachments
(1 file)
We need to handle errors related with the room (if there is no connectivity, if the room is full...)
Updated•11 years ago
|
OS: All → Gonk (Firefox OS)
Hardware: All → ARM
| Assignee | ||
Comment 1•11 years ago
|
||
We tried to take care of any fail on bug 1104003 anyway I take this bug and double check whether there is still something missing.
Assignee: nobody → josea.olivera
See Also: → 1104003
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8533751 [details] [review]
Pointer to Github PR https://github.com/mozilla-b2g/firefoxos-loop-client/pull/377
Current patch takes care of several errors such as connectivity and server ones. Moreover it gives a try to resolve the 'room full' error by removing the user joining the room if she/he was already joined. Would you mind to have a look please? Thanks!
Attachment #8533751 -
Flags: feedback?(borja.bugzilla)
| Assignee | ||
Updated•11 years ago
|
Attachment #8533751 -
Flags: review?(crdlc)
Attachment #8533751 -
Flags: review?(borja.bugzilla)
Attachment #8533751 -
Flags: feedback?(borja.bugzilla)
Comment 4•11 years ago
|
||
Comment on attachment 8533751 [details] [review]
Pointer to Github PR https://github.com/mozilla-b2g/firefoxos-loop-client/pull/377
From code point of view lgtm, thanks a lot, left a couple of messages
Attachment #8533751 -
Flags: review?(crdlc) → review+
| Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8533751 [details] [review]
Pointer to Github PR https://github.com/mozilla-b2g/firefoxos-loop-client/pull/377
It's more than enough with one reviewer, so let's merge this!
Attachment #8533751 -
Flags: review?(borja.bugzilla)
| Assignee | ||
Comment 6•11 years ago
|
||
Landed at:
https://github.com/mozilla-b2g/firefoxos-loop-client/commit/fde35b842285fae82f130809ed851776daf3fd4e
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•