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

Update to the latest Akka 2.6-M4 #1818

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Update to the latest Akka 2.6-M4 #1818

merged 1 commit into from
Jul 9, 2019

Conversation

2m
Copy link
Member

@2m 2m commented Jul 5, 2019

Purpose

Keeps nightlies in sync with the latest Akka release.

@2m 2m added this to the invalid/not release-bound milestone Jul 5, 2019
@probot-autolabeler probot-autolabeler bot added dependency-change For PRs changing the version of a dependency. p:mqtt-streaming labels Jul 5, 2019
Copy link
Member

@patriknw patriknw left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -43,5 +43,5 @@ private[mqtt] object QueueOfferState {
case (_, other) =>
waitForQueueOfferCompleted(behavior, stash = stash :+ other)
}
Copy link
Member

Choose a reason for hiding this comment

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

not related to this change, but I wonder if that unstashing by sending to self is correct? it would be ok if the order of QueueOfferCompleted messages doesn't matter, otherwise another QueueOfferCompleted could already be in the mailbox and be processed by the behavior before the unstashed messages. Solution would be to use StashBuffer.

@2m 2m merged commit a3d57d1 into akka:master Jul 9, 2019
@2m 2m deleted the wip-akka-2.6-2m branch July 9, 2019 11:44
longshorej added a commit to longshorej/alpakka that referenced this pull request Jul 17, 2019
2m added a commit that referenced this pull request Jul 29, 2019
mqtt-streaming: Partially revert #1818
@2m 2m mentioned this pull request Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpakka-itself dependency-change For PRs changing the version of a dependency. p:mqtt-streaming
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants