join not working
Closed this issue · 2 comments
m2faridi commented
This code has an error
strRoom := fmt.Sprintf("user_%d", 1234)
client.Join(Room)
zishang520 commented
@m2faridi Hello, could you please copy and paste your error message?
m2faridi commented
hi @zishang520
fix with this code
strRoom := fmt.Sprintf("user_%d", 1234) client.Join(socket.Room(strRoom))