Posts

Showing posts from November, 2021

Laravel echo server not working

  If the client is not registered  when refreshing the page (see output after laravel-echo-server start) then check the socket.io-client version to be 2.2.0 laravel-echo-server doesn't seem to work with the existing version of socket.io-client (4.x.x) "socket.io-client" : "^2.2.0" ,