This commit is contained in:
2021-10-18 18:39:01 +08:00
parent 52f81b984e
commit f467bd2fb2
3 changed files with 198 additions and 1 deletions

View File

@@ -30,6 +30,6 @@ func main() {
ws.Init(ctx, r, flags.Source())
})
ws.OnMessage(func(session *melody.Session, bytes []byte) {
ws.Broadcast()
//ws.Broadcast()
})
}