Open msadeghyan1996 opened 4 years ago
I got nearly the same problem, i was using vue-socket.io directly without socket.io-client, following your example i got connection when i included the socket.io-client part like
connection: SocketIO('ws://localhost:3000', connectionOptions)
maybe you should download/install socket.io-client from npm and see what happens
post here what the developers tools / network log tells you
Regards.
I faced, too. Did you find a workaround?
Hello. my project for asterisk ami and i want give all call events. my nodejs server is worked fine and in putty give all events but in vuejs i can't give any event.
newCallPopup.vue
app.js
when i test it with js code it's work and return all event's in console.log() :
pls help me