KyleAMathews / superagent-bluebird-promise

Add promise support to superagent using Bluebird
MIT License
182 stars 37 forks source link

My Client keeps on retrying the request because the server is taking too long to respond. how to avoid these? #95

Open doppelgunner opened 4 years ago

doppelgunner commented 4 years ago

I'm using your library to make a request to middleware and it is taking too long to respond. How to avoid the client to retry and i want it to wait forever till the backend respond.