fix: changing to one concurrent writer & reader

This commit is contained in:
2025-09-29 22:47:33 +07:00
parent 9f8ee49b5c
commit 2225391fc3
2 changed files with 170 additions and 82 deletions

View File

@@ -43,6 +43,7 @@ func main() {
dataChannel := wsClient.DataChannel()
for data := range dataChannel {
// _ = data
fmt.Println(string(data))
}
}