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

Add ack_failure #10

Merged
merged 2 commits into from
Nov 3, 2016
Merged

Add ack_failure #10

merged 2 commits into from
Nov 3, 2016

Conversation

vic
Copy link
Contributor

@vic vic commented Oct 31, 2016

@@ -155,6 +155,23 @@ defmodule Boltex.Bolt do
do: [data | transport |> receive_data(port) |> List.wrap]
end


Copy link
Owner

Choose a reason for hiding this comment

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

✂️

]

with {:ignored, []} <- receive_data(transport, port),
{:success, %{}} <- receive_data(transport, port),
Copy link
Owner

Choose a reason for hiding this comment

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

Would you be so kind as to align the <- please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, also aligned the do: part like we have in other withs.

@mschae mschae merged commit bd87f1e into mschae:master Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants