You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm integrating Orbit with a React Native app and I'd like to gracefully clean up outstanding network requests/async procedures in my useEffect() implementations.
As far as I can tell, Orbit doesn't have existing integration with, say, AbortController... I think that would also mean Orbit would have to cancel whatever active transform called fetch, and do whatever other cleanup is necessary.
The text was updated successfully, but these errors were encountered:
The approach in the above PR seems to look like it's a global abort, vs. being able to cancel individual transforms? This is a bit afield of my JS skill at the moment but worth linking to prior art/conversation.
I'm integrating Orbit with a React Native app and I'd like to gracefully clean up outstanding network requests/async procedures in my
useEffect()
implementations.As far as I can tell, Orbit doesn't have existing integration with, say,
AbortController
... I think that would also mean Orbit would have to cancel whatever active transform calledfetch
, and do whatever other cleanup is necessary.The text was updated successfully, but these errors were encountered: