msonowal / vue-echo

MIT License
20 stars 9 forks source link

Can't connect socket #2

Closed asiermusa closed 3 years ago

asiermusa commented 3 years ago

Hi,

I really appreciate this awesome plugin but I couldn't connect to Laravel. Apparently the websocket connection is ok but when I dispatch events from the server I never can catch them in my client. I am working in a separate VUE-CLI SPA app.

I attached some images if you know why the socket is always disconnected

Captura de pantalla 2021-03-05 a las 14 47 27 Captura de pantalla 2021-03-05 a las 14 47 52

.

Thanks!

asiermusa commented 3 years ago

Finally I solved the problem downgrading socket.io-client version from 3.. to 2.3.1.

msonowal commented 3 years ago

great