New issue
Advanced search Search tips

Issue 645129 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature



Sign in to add a comment

Clean up Assignment Creation in BlimpClientContextImpl

Project Member Reported by dtrainor@chromium.org, Sep 8 2016

Issue description

We have a lot of asynchronous calls and state machine logic in BlimpClientContextImpl around getting an Assignment.

Ideally we'd pull this out to an AssignmentFetcher or something that does:
1. Try to trigger the IdentitySource to connect.
2. Call into the AssignmentSource.
3. Call back into BlimpClientContext with ConnectWithAssignment(Assignment).

It would be great to have BlimpClientContext::Connect() just call assignment_fetcher_->Fetch() or something :).

 
Owner: lethalantidote@chromium.org
Status: Assigned (was: Untriaged)
Status: Started (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, Oct 25 2016

Status: Fixed (was: Started)
Labels: Archive-Blimp

Sign in to add a comment