Skip to content
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

api: Add Pointer query to Single #393

Merged
merged 1 commit into from May 31, 2021

Conversation

qixils
Copy link
Contributor

@qixils qixils commented May 31, 2021

Hello! I may be misunderstanding this interface, but I believe Single should be inheriting the Pointered methods from its audience(), rather than its super class.

Basically, Single#getOrDefault is currently inherited from ForwardingAudience which always returns the default rather than redirecting the query to this.audience(). This fixes that.

@zml2008 zml2008 added this to the 4.8.0 milestone May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants