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

BidiFlow.AtopMat method has wrong return type #3563

Closed
mayorovp opened this issue Aug 3, 2018 · 3 comments
Closed

BidiFlow.AtopMat method has wrong return type #3563

mayorovp opened this issue Aug 3, 2018 · 3 comments

Comments

@mayorovp
Copy link

mayorovp commented Aug 3, 2018

version: current
platforms: all

https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka.Streams/Dsl/BidiFlow.cs#L281

Current signature:
BidiFlow<..., TMat> BidiFlow<..., TMat>.AtopMat(BidiFlow<..., TMat2>, Func<TMat, TMat2, TMat3> combine)

combine's result is TMat3, but it is used as TMat

@marcpiechura
Copy link
Contributor

@mayorovp good catch! Might want to fix it and send a PR?

@mmisztal1980
Copy link
Contributor

Since the PR was merged, can the issue be closed?

@marcpiechura
Copy link
Contributor

@mmisztal1980 yup, thanks for the reminder.

Closed via #3595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants