This commit is contained in:
poiuty 2023-07-02 02:54:24 +03:00
parent 4a56900df4
commit 2299b71073
2 changed files with 27 additions and 15 deletions

View file

@ -45,6 +45,6 @@ func socketHandler(conn net.Conn) {
fmt.Println("json error:", err.Error())
continue
}
ws.Send <- raw
ws.Broadcast <- raw
}
}