fix: read issues

This commit is contained in:
2025-09-30 07:24:54 +07:00
parent 967b8a98b3
commit 4f956b8fe9
2 changed files with 13 additions and 38 deletions

View File

@@ -29,6 +29,7 @@ func main() {
BasePort(8080).
Path("/ws/test/data_1").
UseTLS(false).
ChannelSize(30).
Build(ctx)
if err != nil {
log.Fatal(err)