Please enable JavaScript.
Coggle requires JavaScript to display documents.
pkgAll (Connection (Start (调用创建连接方法 OnConnectionMade, 创建发送线程 …
pkgAll
Connection
Start
调用创建连接方法 OnConnectionMade
创建发送线程 StartWriteThread(新开的一个线程)
创建接收线程 StartReadThread
stop
处理连接关闭后的数据关闭
关闭相关的chanl
从ConnectionMgr中删除当前连接
调用OnConnectionLost函数执行关闭方法
GetConnection
获取TCPConn
GetSessionId
Send
SendBuff
RemoteAddr
LosetConnection
GetProperty
SetProperty
RemoveProperty
pack
Head
uint32 MsgID
uint32 Length
Body
[]byte Data