fix: ws订阅组消息发送客户端读取失败导致消息丢失
This commit is contained in:
@@ -5,6 +5,6 @@ type IWSSend interface {
|
||||
// ByClientID 给已知客户端发消息
|
||||
ByClientID(clientID string, data any) error
|
||||
|
||||
// ByGroupID 给订阅组的用户发送消息
|
||||
// ByGroupID 给订阅组的客户端发送消息
|
||||
ByGroupID(gid string, data any) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user