-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have the probe fill in the app id, not the app #1086
Conversation
@@ -11,7 +11,7 @@ var ErrInvalidMessage = fmt.Errorf("Invalid Message") | |||
|
|||
// Request is the UI -> App -> Probe message type for control RPCs | |||
type Request struct { | |||
AppID string | |||
AppID string // filled in by the probe on reciept of this request |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I've done some testing and unfortunately this is not enough to fix #1085 There are two additional problems:
Finally, @tomwilkie , since this is blocking upgrading the service and requires cutting a new release (0.13.1), would you mind re-creating this pull request against a release branch forked from |
Sounds like a plan. Let's make this top priority for tomorrow. @foot is the man you want for ui pipes. On Wednesday, 2 March 2016, Alfonso Acosta notifications@github.com wrote:
|
Fixes #1085