Hangs for a few seconds when entering the last page when the metrics server is unavailable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-initial-setup (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
This server doesn't work at the minute.
When advancing to the last page of the wizard, the following message is displayed:
** (gnome-
and there is a delay of a few seconds displaying the page.
I suppose the calls to sysmetrics to send the report/decline should be done asynchronously. It's probably not a big problem if a few people manage to quit before the submission is finished, but if it is then there would need to be a way for the quit button to wait for all save calls to finish their async work.
@didrocks - is libsysmetrics thread-safe? I guess I should just wrap the call in a thread?