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

Not able to handle multiple requests (endpoints) with Weblistner #64

Closed
Ravicrr opened this issue Jan 18, 2022 · 3 comments
Closed

Not able to handle multiple requests (endpoints) with Weblistner #64

Ravicrr opened this issue Jan 18, 2022 · 3 comments

Comments

@Ravicrr
Copy link

Ravicrr commented Jan 18, 2022

@jpsider We have exposed few endpoints in RestPSRoutes.json using RestPS module.
We can call only one endpoint (url) at a time. If we hit second endpoint, it waits till 1st one completes and then kicks off second request. Do we have any solution to hit multiple endpoints concurrently? Appreciate your input on this.

@jpsider
Copy link
Owner

jpsider commented Jan 18, 2022

Currently it is single threaded. I have not had a chance to look into options for multiple threads. I'm open to suggestions and contributions.

@Ravicrr
Copy link
Author

Ravicrr commented Jan 18, 2022

Thanks. Let me know if you get a chance to look at any option to make it multi threaded or any suggestion on how we can implement this.

@jpsider
Copy link
Owner

jpsider commented May 12, 2023

duplicate of #77

@jpsider jpsider closed this as completed May 12, 2023
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

2 participants