(key string, value interface{})
| 49 | SendBuffMsg(msgID uint32, data []byte, opts ...MsgSendOption) error |
| 50 | |
| 51 | SetProperty(key string, value interface{}) // Set connection property |
| 52 | GetProperty(key string) (interface{}, error) // Get connection property |
| 53 | RemoveProperty(key string) // Remove connection property |
| 54 | IsAlive() bool // Check if the current connection is alive(判断当前连接是否存活) |
no outgoing calls
no test coverage detected