Get Hook function when the connection is created for the Server (得到该Server的连接创建时Hook函数)
()
| 40 | // Get Hook function when the connection is created for the Server |
| 41 | // (得到该Server的连接创建时Hook函数) |
| 42 | GetOnConnStart() func(IConnection) |
| 43 | |
| 44 | // Get Hook function when the connection is disconnected for the Server |
| 45 | // (得到该Server的连接断开时的Hook函数) |
no outgoing calls
no test coverage detected