-
Notifications
You must be signed in to change notification settings - Fork 5
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
Blocking behavior of pymgclient #59
Comments
Related to the discussion on Discord: https://discord.com/channels/842007348272169002/890968055339958292/1147113765716893777 |
Here is some more context. To replicate the issue please create a simple flask app that would run a query and create an endpoint that responds to another query, say, fetching a file from a server. So, the issue appears that when one runs This behavior does not appear when using neo4j, but only when using pymgclient. |
Hi @cloudcell, so sorry we didn't attend to this sooner. Can you tell me if this is a blocking issue for you and how this affects your project currently? |
Hi Katarina,
I believe we found some workaround. TBH, it's been so long ago I can hardly
remember the context at this particular moment. It was too technical.
IIRC, there was a general block of the process compared to the lack thereof
when working with neo4j...
Regards,
Alex.
…On Sat, Dec 30, 2023 at 5:02 AM Katarina Supe ***@***.***> wrote:
Hi @cloudcell <https://github.com/cloudcell>, so sorry we didn't attend
to this sooner. Can you tell me if this is a blocking issue for you and how
this affects your project currently?
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6VI4U5JCGS3ZKAEEZKFS3YL3SS5AVCNFSM6AAAAAA4KDU4JOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGE4DSNZZGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @cloudcell, thank you for the response. I'm glad to hear you found a workaround. If you have another issue, please open it here on GitHub or hop on a call with us to discuss more (maybe we can help). |
It appears that pymgclient's behavior is different from neo4j's library in a way that pymgclient blocks all operations of an app until the cypher query is completely performed. Would it be possible to use async withingn pymgclient (if neo4j uses async, as we suspect)?
The text was updated successfully, but these errors were encountered: