Commit graph

3 commits

Author SHA1 Message Date
Yingyi / 颖逸
f46f250ac5
🎨 Fixed the issue of WebSocket asynchronous initialization
* 🐛 Fixed the issue where WebSocket broadcast was used before initialization was complete

修复 WebSocket 广播未初始化完成即使用的问题

* 🎨 Improved broadcast-related APIs

改进广播相关 API
2024-07-16 09:15:14 +08:00
Yingyi / 颖逸
5f95df4477
🎨 Set the maximum message size of WebSocket broadcast to 128 MiB (#10221) 2024-01-20 08:49:36 +08:00
Yingyi / 颖逸
2f75010785
Add APIs for message broadcast (#9031)
* 🎨 Add API for broadcast

* 🎨 Add API `/api/broadcast/getListenerCount`

* 🎨 Add API GET `/api/broadcast/channels`

* 🎨 Add API POST `/api/broadcast/getChannelInfo`

* Update broadcast.go

* Update broadcast.go
2023-08-23 17:31:59 +08:00