nestjs-soap
nestjs-soap copied to clipboard
How to add timeout in the request
I can't find any example of adding timeout
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 :)