We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@mayorovp good catch! Might want to fix it and send a PR?
Sorry, something went wrong.
akkadotnet#3563 return type changed TMat -> TMat3
e3ec1f6
akkadotnet#3563 Akka.Streams API signature modified
f23807f
Merge pull request #3595 from mmisztal1980/bug/3563
0553c54
#3563 AtopMat's return type changed TMat -> TMat3
Since the PR was merged, can the issue be closed?
@mmisztal1980 yup, thanks for the reminder.
Closed via #3595
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: