(conn ziface.IConnection)
| 56 | } |
| 57 | |
| 58 | func DoClientConnectedBegin(conn ziface.IConnection) { |
| 59 | conn.SetProperty("Name", "刘丹冰Aceld") |
| 60 | conn.SetProperty("Home", "https://yuque.com/aceld") |
| 61 | |
| 62 | go business(conn) |
| 63 | } |
| 64 | |
| 65 | func wait() { |
| 66 | c := make(chan os.Signal, 1) |
nothing calls this directly
no test coverage detected