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

Parallel requests #129

Open
phhoef opened this issue Apr 4, 2022 · 0 comments
Open

Parallel requests #129

phhoef opened this issue Apr 4, 2022 · 0 comments

Comments

@phhoef
Copy link

phhoef commented Apr 4, 2022

Hi,

I am trying to connect with my nodeJS application to Nuxeo with the help of this library.
I am receiving several requests from an external system and I am trying to access Nuxeo. As I am receiving multiple requests simultaneously, I am sending multiple requests with the same connection to Nuxeo at the same time.

It seems, that this is not possible as I am receiving strange results.
I've now created a new connection for each request. This is approach is working, but is much slower.
It seems that the lib is not stateless. Is there a better way to achieve my goal?

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