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

Changed the impl for waiting for keys to arrive #241

Merged
merged 3 commits into from
Sep 22, 2017

Conversation

zhenlineo
Copy link
Contributor

For sync, the key will be received when result.Keys method is called. The method will block there until the key arrives via the reply of Run message

For async, the key will be received when a result cursor is built. While returning cursor after Run method, we will wait there for the reply of Run message

@zhenlineo
Copy link
Contributor Author

Fixed quickly now :P

Zhen added 2 commits September 22, 2017 13:21
For sync, the key will be received when result.Keys method is called. The method will block there until the key arrives via the reply of Run message
For async, the key will be received when a result cursor is built. While returning cursor after Run method, we will wait there for the reply of Run message
@ali-ince ali-ince merged commit e9ebdce into neo4j:1.5 Sep 22, 2017
@zhenlineo zhenlineo deleted the 1.5-receive-run-reply branch September 22, 2017 13:38
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