-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Bug] Session.get handler only calls done callback in v0.11.0-rc.2 #204
Comments
|
I can reproduce the issue, I'm on it. |
It seems that |
I can confirm that a short sleep resolves the issue, also in more complex test cases. Actually even |
Looks like this won't be a problem in most cases. But it breaks most of our unit tests... |
Hello @fsteff! |
@OlivierHecart I suspected as much. Already fixed most unit tests and upgraded our stack :) |
Arguably a new entity, let's say it a |
i guess this can be closed? |
Describe the bug
Session.get behaves differently in 0.11.0-rc.2 compared to 0.10.1rc0.
When using the Closure reply handler (reply and done callbacks), the reply callback is not called.
To reproduce
Considering the following example:
With version 0.10.1rc0 the console output is as expected:
With version 0.11.0-rc.2 only the done callback is called:
System info
The text was updated successfully, but these errors were encountered: