socket.io-client v3
adminbmbc opened this issue · 9 comments
Hi, when upgrading the client to v3. the connection breaks.
Are you considering a branch based on the v3 server engine?
regards,
Thanks for notifying the problem! I've spent a week till found it's impossible to use with v3 😢
:(
Bumping this, looks like v4 is out: https://github.com/socketio/socket.io-client/releases/tag/4.0.1
It only works for version 2 from my end
same here, was needed to downgrade to version 2.3.0 so that it was working, the given config inside of the package file is not correct actually because a minor update breakes the whole installation. Also a lockfile inside of a npm package will not be resolved by npm, that normal, so that lockfile here isnt really useful for a package or else there should be notices inside of the readme file about the behaviour of npm.
Same.
This is doesn't work with socket.io-client@4.0.1
.
Is there a fix available yet? Anyone?
@tlaverdure Do you have any plans to upgrade to socket.io v3 or v4?
Here is discussion how to get it working for me works with socket.io-client v4 laravel/echo#290 (comment)