laravel-echo-server icon indicating copy to clipboard operation
laravel-echo-server copied to clipboard

socket.io-client v3

Open adminbmbc opened this issue 4 years ago • 9 comments

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

regards,

adminbmbc avatar Jan 14 '21 05:01 adminbmbc

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

greentee5 avatar Feb 13 '21 16:02 greentee5

:(

manoj-00601 avatar Feb 26 '21 00:02 manoj-00601

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

AAllport avatar Apr 12 '21 16:04 AAllport

It only works for version 2 from my end

ikechukwukalu avatar Apr 19 '21 14:04 ikechukwukalu

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.

N3XT0R avatar Apr 20 '21 20:04 N3XT0R

Same. This is doesn't work with [email protected].

zlodes avatar Apr 22 '21 13:04 zlodes

Is there a fix available yet? Anyone?

ikechukwukalu avatar Apr 25 '21 10:04 ikechukwukalu

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

gtjamesa avatar Apr 25 '21 11:04 gtjamesa

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

rrolla avatar Oct 24 '21 13:10 rrolla