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

Query with 'async' and 'receive' block #63

Open
colin-zhou opened this issue Sep 3, 2018 · 0 comments
Open

Query with 'async' and 'receive' block #63

colin-zhou opened this issue Sep 3, 2018 · 0 comments

Comments

@colin-zhou
Copy link

Environment:
centos7 x64
kdb+ 3.5
python 3.5

Operations:

  1. start q service with some port and create a table
  2. python client[A] connect it and use 'async' upsert data into that table
  3. python client[B] connect it and try to use 'async' query data

It happens that client[B] 'receive' not working(blocked). However, after I replace 'sync' with 'async' it works well.

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

No branches or pull requests

1 participant