mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
新增原始数据发送接口
This commit is contained in:
@@ -159,4 +159,6 @@ func (slf *TcpSocketPbService) Close(clientid uint64) error{
|
||||
return slf.tcpsocketserver.Close(clientid)
|
||||
}
|
||||
|
||||
|
||||
func (slf *TcpSocketPbService) Send(clientid uint64,pack *network.MsgBasePack) error {
|
||||
return slf.tcpsocketserver.Send(clientid,pack)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user