Questions tagged [vue-socket.io]

17 questions
0
votes
1 answer

Vue-Socket Mutation Listener

I recently changed over to connecting to a namespace on the socket. Previously the connection was working fine and my Vuex mutations were catching the emission from the server. After switching to the namespace I have verified that the connection is…
0
votes
1 answer

Connection to two websockets (via vue-socket.io) in one vue/vuex app

so I have a web application using vue with vuex which has a connection to a websocket via vue-socket-io like this: Vue.use(new VueSocketIO({ debug: true, connection: SocketIO('http://192.168.0.31:5000'), vuex: { store, actionPrefix:…
NotARobot
  • 455
  • 2
  • 10
  • 27
1
2