Releases: overleaf/socket.io
Releases · overleaf/socket.io
0.9.19-overleaf-10
0.9.19-overleaf-10 / 2023-04-25
- Overleaf: Add support for Node 18 by gracefully handling
req.socket == null
.
What's Changed
Full Changelog: 0.9.19-overleaf-9...0.9.19-overleaf-10
0.9.19-overleaf-9
release 0.9.19-overleaf-9 in #10
0.9.19-overleaf-8
This PR removes the dependency on socket.io-client and requires the socket.io client files to be served from express in the calling app. See #9.
0.9.19-overleaf-7
Updates this package to use the latest version of our fork of the socket.io-client library (0.9.17-overleaf-4)
- socket.io PR #8
- socket.io-client PR overleaf/socket.io-client#4
0.9.19-overleaf-6: Merge pull request #7 from overleaf/ae-concat-buffer
Only convert the current message to a string once the last fragment has been received