Sanster/iopaint-docs

Multiple http request

mangesh-db108 opened this issue · 3 comments

It's a cool app, I have one issue regarding the parallel processing of HTTP.
I want to request large HTTP requests then it's not working

Thank you

Sorry for the late reply, the API interface does not support concurrency and does not have a queue system, it only supports single-user access.

Thanks for your reply,

Any other way I can implement a concurrent process?

Thank you.