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

Function DoClientConnectedBegin

examples/zinx_decoder/client/client.go:97–100  ·  view source on GitHub ↗
(conn ziface.IConnection)

Source from the content-addressed store, hash-verified

95}
96
97func DoClientConnectedBegin(conn ziface.IConnection) {
98 zlog.Debug("DoConnectionBegin is Called ... ")
99 go business(conn)
100}
101
102func main() {
103

Callers

nothing calls this directly

Calls 2

DebugFunction · 0.92
businessFunction · 0.70

Tested by

no test coverage detected