nestjs-soap icon indicating copy to clipboard operation
nestjs-soap copied to clipboard

How to add timeout in the request

Open lucia-w opened this issue 1 year ago • 1 comments

I can't find any example of adding timeout

lucia-w avatar Sep 19 '23 23:09 lucia-w

If there is no such feature built-in, you could use Promise.race() with setTimeout for this. Although I think you've already found the solution to this :)

timurkayzer avatar May 01 '24 11:05 timurkayzer