Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update abortcontroller/abortSignal for use in Reactive Native #95

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

courcelan
Copy link
Contributor

@courcelan courcelan commented Aug 12, 2024

no access to React Native, instead tested for existence of AbortSignal.timeout,
if there, use it; otherwise, use a general timeout on the AbortController

fix for #92

no access to React Native, instead tested for existence of AbortSignal.timeout,
if there, use it; otherwise, use a general timeout on the AbortController

should fix #92
fixes test
@courcelan courcelan force-pushed the 2530-fix-react-native-support-timeout-issue branch from b111808 to 758172b Compare August 12, 2024 05:04
@courcelan
Copy link
Contributor Author

Copy link
Contributor

@marcinpece-apptension marcinpece-apptension left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests passed https://share.zight.com/X6ujx5Q4
https://share.zight.com/xQuJKOo4

I can't test on React Native either. I checked if it work in general on browser

LGTM 🎉

@ViolanteCodes ViolanteCodes merged commit 5f1d3ed into master Aug 12, 2024
@ViolanteCodes ViolanteCodes deleted the 2530-fix-react-native-support-timeout-issue branch August 12, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants