Skip to content

Fix the script got stuck when request timed out #132

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

Merged
merged 1 commit into from
Feb 9, 2019

Conversation

acple
Copy link
Contributor

@acple acple commented Jan 31, 2019

I found a critical issue that deadlocking scripts.

For example, on client PC that placed on very unstable wireless network, Google Chrome rarely raises net::ERR_TIMED_OUT from xhr.
Now Affjax does not handle a timeout path, then script gets stuck eternally, a continuation will be discarded.
I think xhr timeout must be handled with error callback.

And sorry I didn't know how to reproduce this, but I confirmed that this patch fixed the title issue by actual environment.


purs 0.12.2
Google Chrome Version 72.0.3626.81 (Official Build) (64-bit)
purescript-affjax with purescript-halogen

@garyb
Copy link
Member

garyb commented Feb 9, 2019

Thanks! Sorry merging took a while.

@garyb garyb merged commit 0af9c29 into purescript-contrib:master Feb 9, 2019
@acple acple deleted the fix-script-stuck branch February 10, 2019 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants