MCPcopy
hub / github.com/aceld/zinx / DoClientConnectedBegin

Function DoClientConnectedBegin

examples/zinx_protobuf/client/client.go:58–63  ·  view source on GitHub ↗
(conn ziface.IConnection)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

businessFunction · 0.70
SetPropertyMethod · 0.65

Tested by

no test coverage detected