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

Streams update 2.4.16 #2710

Merged
merged 28 commits into from Jun 23, 2017
Merged

Conversation

@marcpiechura marcpiechura changed the title [WIP] Streams update 2.4.16 Streams update 2.4.16 Jun 9, 2017
{
var mat = Sys.Materializer(ActorMaterializerSettings.Create(Sys).WithAutoFusing(false));
var t = Source.Single(1)
.ViaMaterialized(Flow.Identity<int>(), Keep.Both)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we change Keep.Both to ValueTuple in the future?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, I'll change it right away via nuget package.

/// TBD
/// Materializer SPI (Service Provider Interface)
///
/// Binary compatibility is NOT guaranteed on materializer internals.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not provide binary compatibility at the moment. It is redundant sentence

@alexvaluyskiy
Copy link
Contributor

Have you implemented this one?
Fixed the bug in Attributes.getFirst(default : T)

@marcpiechura
Copy link
Contributor Author

We've reported this bug on the jvm and it was already implemented correctly so no need to port it.

@Aaronontheweb Aaronontheweb merged commit 3a856f6 into akkadotnet:v1.3 Jun 23, 2017
@Aaronontheweb Aaronontheweb added this to the 1.3.0 milestone Jun 23, 2017
@marcpiechura marcpiechura deleted the streams_update_2.4.16 branch June 23, 2017 21:34
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

4 participants