-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add multitransact support for remote connections #14
Comments
Looking at the cozo source, it appears to be supported on the server side: .route("/transact", post(start_transact))
.route("/transact/:id", post(transact_query).put(finish_query)) I think it just needs a class with the same interface as |
I have code implemented to handle this now, but I'm getting a |
I sorted out the bad request issue. User error, no surprise there. Now trying to identify why the actual query is hanging. |
Submitted a pull request: #16 Let me know if you'd like me to make other changes in order to accept. |
The query hanging issue appears to be related to improper termination of the client, and seems to only affect the |
What needs to happen for this to be added? I'd like to help.
pycozo/pycozo/client.py
Line 279 in 2613272
The text was updated successfully, but these errors were encountered: