mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-21 01:09:01 +08:00
ws update
This commit is contained in:
@@ -21,6 +21,7 @@ type LongConnServer interface {
|
||||
GetUserAllCons(userID string) ([]*Client, bool)
|
||||
GetUserPlatformCons(userID string, platform int) ([]*Client, bool, bool)
|
||||
Validate(s interface{}) error
|
||||
SetMessageHandler(rpcClient *notification.Check)
|
||||
UnRegister(c *Client)
|
||||
Compressor
|
||||
Encoder
|
||||
|
||||
Reference in New Issue
Block a user