jpsider / RestPS

Simple ReST Framework for Powershell
MIT License
112 stars 30 forks source link

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

Closed Ravicrr closed 1 year ago

Ravicrr commented 2 years ago

@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 commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

duplicate of #77