-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Future called twice with both #118
Comments
Thanks for reporting this. I was able to reproduce it in a unit test and will fix it immediately. |
The bug was introduced in f434193 |
Avaq
added a commit
that referenced
this issue
Jun 28, 2017
It turns out we need this to build parallel actions that make use of transformations. Fixes #118
Avaq
added a commit
that referenced
this issue
Jun 28, 2017
It turns out we need this to build parallel actions that make use of transformations. Fixes #118
@anthonyshull I've published a fix under |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using fluture 6.2.6
This was calling the api in f2 twice. Not sure if it was calling f1 more than once. Switched to:
And then it is working properly calling f1 and f2 once each.
The text was updated successfully, but these errors were encountered: