Vue-socket.io real-time communication problem

main.js
Vue.use (VueSocketio, socketi (" https://**"))
chat.vue

)
sockets: {
  connect() {
    console.log("")

},

  im_chat_msg_event(value) {
    this.getPushMsgEvent(value)
  }
},

browser debugging is really successful. Why can"t connect and im_chat_msg_event events be triggered all the time?

May.26,2022

I also have the same problem that I have to refresh before I can trigger the callback function, and I don't know why

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f05b-2c46b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f05b-2c46b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?