This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 513
Unable to connect with laravel-echo-server
with latest socket.io-client
#576
Comments
Just came across the same issue downgrading worked |
And, downgraded version is also not safe |
#572 might be a fix but I havent had the chance to check it yet, looks like this repo is abandoned |
yaa... that's true I think so... I will try that package soon... |
Because socket.io is using version 2 laravel-echo-server/package.json Line 32 in 6a4125d
the client must also use version 2 |
When i downgraded socket.io-client to 2.3.0 it works |
|
Here is discussion how to get it working for me works with socket.io-client v4 laravel/echo#290 (comment) |
Is this will be fixed or never ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Whenever I try to connect with
laravel-echo-server
with the latestsocket.io-client
andlaravel-echo
, it does not connect to the laravel-echo-server, however If I downgradesocket.io-client
version to 2.3.0, it works like charm.I don't know why it is failing
To Reproduce
Steps to reproduce the behavior:
laravel-echo
andsocket.io-client
on freshvue
project.src/main.js
socket.io
inlaravel-echo-server/package.json
Expected behavior
It should connect to the
laravel-echo-server
but won't connectAdditional context
But, if the
socket.io-client
downgrade to v2.3.0 it works, not working with the latest version.The text was updated successfully, but these errors were encountered: