tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.64k stars 509 forks source link

socket.io-client v3 #559

Open adminbmbc opened 3 years ago

adminbmbc commented 3 years ago

Hi, when upgrading the client to v3. the connection breaks. Are you considering a branch based on the v3 server engine?

regards,

greentee5 commented 3 years ago

Thanks for notifying the problem! I've spent a week till found it's impossible to use with v3 😢

manoj-00601 commented 3 years ago

:(

AAllport commented 3 years ago

Bumping this, looks like v4 is out: https://github.com/socketio/socket.io-client/releases/tag/4.0.1

ikechukwukalu commented 3 years ago

It only works for version 2 from my end

N3XT0R commented 3 years ago

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.

zlodes commented 3 years ago

Same. This is doesn't work with socket.io-client@4.0.1.

ikechukwukalu commented 3 years ago

Is there a fix available yet? Anyone?

gtjamesa commented 3 years ago

@tlaverdure Do you have any plans to upgrade to socket.io v3 or v4?

rrolla commented 2 years ago

Here is discussion how to get it working for me works with socket.io-client v4 https://github.com/laravel/echo/issues/290#issuecomment-950324453