-
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: 4.5.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: 4.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 30 files changed
- 3 contributors
Commits on May 25, 2022
-
fix: prevent the socket from joining a room after disconnection
Configuration menu - View commit details
-
Copy full SHA for 18f3fda - Browse repository at this point
Copy the full SHA 18f3fdaView commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 713a6b4 - Browse repository at this point
Copy the full SHA 713a6b4View commit details -
Production: - socket.io-parser: ~4.0.4 => ~4.2.0 Development: - superagent: ^6.1.0 => ^8.0.0 - tsd: ^0.17.0 => ^0.21.0 Related: #3709
Configuration menu - View commit details
-
Copy full SHA for 9890b03 - Browse repository at this point
Copy the full SHA 9890b03View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 134226e - Browse repository at this point
Copy the full SHA 134226eView commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2803871 - Browse repository at this point
Copy the full SHA 2803871View commit details -
fix(uws): prevent the server from crashing after upgrade
This should fix a rare case where the Engine.IO connection was upgraded to WebSocket while the Socket.IO socket was disconnected, which would result in the following exception: > TypeError: Cannot read properties of undefined (reading 'forEach') > at subscribe (/node_modules/socket.io/dist/uws.js:87:11) > at Socket.<anonymous> (/node_modules/socket.io/dist/uws.js:28:17) > at Socket.emit (node:events:402:35) > at WebSocket.onPacket (/node_modules/engine.io/build/socket.js:214:22) > at WebSocket.emit (node:events:390:28) > at WebSocket.onPacket (/node_modules/engine.io/build/transport.js:92:14) > at WebSocket.onData (/node_modules/engine.io/build/transport.js:101:14) > at message (/node_modules/engine.io/build/userver.js:56:30) Related: #4443
Configuration menu - View commit details
-
Copy full SHA for ba497ee - Browse repository at this point
Copy the full SHA ba497eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be95b3 - Browse repository at this point
Copy the full SHA 8be95b3View commit details
There are no files selected for viewing