oren — 6/14/2022, 2:49:08 PM

bro can someone please help me I can’t send chat messages even with the help of several other people

here’s my code

chatMessage(content) {
    let socket = io("https://api.wasteof.money", {auth:{token: this.token}})
    socket.emit("updateUser", this.token)
    socket.emit("message", content)
}
♥ 1 ↩ 0 💬 1 comment

comments

oren:

I’m doing 2 kinds of auth but it still doesn’t work

6/14/2022, 2:50:05 PM