(conn ziface.IConnection)
| 14 | } |
| 15 | |
| 16 | func OnConnectionLost(conn ziface.IConnection) { |
| 17 | zlog.Debug("OnConnectionLost:", conn.GetConnection().RemoteAddr()) |
| 18 | } |
| 19 | |
| 20 | type blockRouter struct { |
| 21 | znet.BaseRouter |
nothing calls this directly
no test coverage detected