-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support direct signaling for advancing advertiser cleanroom state #44
Support direct signaling for advancing advertiser cleanroom state #44
Conversation
func readersFromReadClosers(rs []io.ReadCloser) []io.Reader { | ||
readers := make([]io.Reader, len(rs)) | ||
for i, r := range rs { | ||
readers[i] = r | ||
} | ||
return readers | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is actually still needed, we still perform matches, but not as a standalone command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah this was from the removed files
This PR makes it possible to directly ping the backend of the Optable DCN to advance the state of the PAIR advertiser.
That way they don't need to wait for the pubsub notification to ping the backend.
This will help with local testing and system testing