-
Notifications
You must be signed in to change notification settings - Fork 3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: socketio/socket.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.7.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/socket.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.7.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 20 files changed
- 2 contributors
Commits on Oct 23, 2023
-
ci: bump appiumVersion for Android tests in SauceLabs
> Error: Appium 1.22.1 does not support Android latest.
Configuration menu - View commit details
-
Copy full SHA for d00ccd2 - Browse repository at this point
Copy the full SHA d00ccd2View commit details
Commits on Nov 6, 2023
-
fix: improve compatibility with node16 module resolution (#1595)
Related: - microsoft/TypeScript#46770 (comment) - #1589
Configuration menu - View commit details
-
Copy full SHA for 605de78 - Browse repository at this point
Copy the full SHA 605de78View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a3eafe - Browse repository at this point
Copy the full SHA 5a3eafeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f0cab - Browse repository at this point
Copy the full SHA b3f0cabView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9c16f2 - Browse repository at this point
Copy the full SHA f9c16f2View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca5d50e - Browse repository at this point
Copy the full SHA ca5d50eView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cfea8c - Browse repository at this point
Copy the full SHA 8cfea8cView commit details
Commits on Mar 14, 2024
-
fix: discard acknowledgements upon disconnection
Previously, getting disconnected while waiting for an acknowledgement would create a memory leak, as the acknowledgement was never received and the handler would stay in memory forever. This commit fixes the issue: - handlers that do accept an error as first argument, such as: * `socket.emit("test", (err, value) => { ... })` with `ackTimeout` option * `socket.timeout(5000).emit("test", (err, value) => { ... })` * `const value = await socket.emitWithAck("test")` will now properly resolve with an error and get discarded. - handlers that don't like `socket.emit("test", (value) => { ... });` will simply be discarded upon disconnection Note: the structure of the 'acks' attribute has been left untouched, in order to prevent any breaking change. Related: - #1546 - socketio/socket.io#4964
Configuration menu - View commit details
-
Copy full SHA for 34cbfbb - Browse repository at this point
Copy the full SHA 34cbfbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6030f - Browse repository at this point
Copy the full SHA 4f6030fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.7.2...4.7.5