We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
what I did was
scan_handler=client.scan('my_namespace','my_set') res= scan_handler.results(policy={'socket_timeout':0})
and I got an error from here: https://github.com/aerospike/aerospike-client-c/blob/cfdfdd1d9048b4d85dbdff4f943e827f7feaf127/src/main/aerospike/as_socket.c#L466
if I don't set socket_timeout or set a positive number, I can get the result.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
what I did was
and I got an error from here: https://github.com/aerospike/aerospike-client-c/blob/cfdfdd1d9048b4d85dbdff4f943e827f7feaf127/src/main/aerospike/as_socket.c#L466
if I don't set socket_timeout or set a positive number, I can get the result.
The text was updated successfully, but these errors were encountered: