Kitware / HPCCloud

A Cloud/Web-Based Simulation Environment
https://kitware.github.io/HPCCloud/
Apache License 2.0
50 stars 23 forks source link

Add support for canceling network requests #545

Closed cjh1 closed 7 years ago

cjh1 commented 7 years ago

axios supports canceling, we should expose this in our client.

TristanWright commented 7 years ago

ooo cool! Looks like they've added a lot since the version we're currently using (0.9), where would it be appropriate to use cancels right now?

cjh1 commented 7 years ago

I was loading some data from the server in a componentDidMount function and the request should be aborted in the componentWillUnmount ( if its not completed ), there are probably many place we could make use of it as well.

TristanWright commented 7 years ago

closed with #561