-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 8 files changed
- 1 contributor
Commits on Jun 26, 2022
-
chore: update engine.io version to 3.6.0
Release notes: https://github.com/socketio/engine.io/releases/tag/3.6.0 Diff: socketio/engine.io@3.5.0...3.6.0
Configuration menu - View commit details
-
Copy full SHA for dfded53 - Browse repository at this point
Copy the full SHA dfded53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d4bdf - Browse repository at this point
Copy the full SHA 22d4bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e1278 - Browse repository at this point
Copy the full SHA 05e1278View commit details -
fix: only set 'connected' to true after middleware execution
The Socket instance is only considered connected when the "connection" event is emitted, and not during the middleware(s) execution. ```js io.use((socket, next) => { console.log(socket.connected); // prints "false" next(); }); io.on("connection", (socket) => { console.log(socket.connected); // prints "true" }); ``` Related: #4129 Backported from 02b0f73
Configuration menu - View commit details
-
Copy full SHA for 226cc16 - Browse repository at this point
Copy the full SHA 226cc16View commit details -
fix: prevent the socket from joining a room after disconnection
Configuration menu - View commit details
-
Copy full SHA for f223178 - Browse repository at this point
Copy the full SHA f223178View commit details -
Release notes: https://github.com/socketio/socket.io/releases/tag/2.5.0 Diff: 2.4.1...2.5.0
Configuration menu - View commit details
-
Copy full SHA for baa6804 - Browse repository at this point
Copy the full SHA baa6804View 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 2.4.1...2.5.0