RosHTTP icon indicating copy to clipboard operation
RosHTTP copied to clipboard

Make backend promise cancellable

Open hmil opened this issue 8 years ago • 0 comments

Currently, if a request times out, the backend request may go on until the backing API times out or the request resolves. It would be nice to have the backend return a cancelable future such that the request can be terminated on timeout or even allow the user to cancel it.

hmil avatar Oct 07 '16 04:10 hmil