-
Notifications
You must be signed in to change notification settings - Fork 38
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 Socket.IO connection timeout #236
Merged
Merged
Commits on Feb 2, 2024
-
fix: wrong assumption that the
timeoutId
argument toclearTimeout
…… is always a `JS::Value` of type `JSVAL_TYPE_INT32`
Configuration menu - View commit details
-
Copy full SHA for a001cca - Browse repository at this point
Copy the full SHA a001ccaView commit details -
fix(XHR): do nothing instead of throwing a
DOMException
when settin……g `xhr.withCredentials` Socket.IO would die in the middle between `xhr.open` and `xhr.send`
Configuration menu - View commit details
-
Copy full SHA for 320462f - Browse repository at this point
Copy the full SHA 320462fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b463778 - Browse repository at this point
Copy the full SHA b463778View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f14ae78 - Browse repository at this point
Copy the full SHA f14ae78View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa94dae - Browse repository at this point
Copy the full SHA fa94daeView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4c40ac - Browse repository at this point
Copy the full SHA e4c40acView commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1c3b6b - Browse repository at this point
Copy the full SHA b1c3b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a25afd - Browse repository at this point
Copy the full SHA 5a25afdView commit details -
test(event-loop): loosen
setTimeout(..., 0)
timeout to 0.05s becaus……e it won't be precisely 0s
Configuration menu - View commit details
-
Copy full SHA for 4ac7aab - Browse repository at this point
Copy the full SHA 4ac7aabView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.