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

Method Stop

znet/heartbeat.go:122–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (h *HeartbeatChecker) Stop() {
123 zlog.Ins().InfoF("heartbeat checker stop, connID=%+v", h.conn.GetConnID())
124 h.quitChan <- true
125}
126
127func (h *HeartbeatChecker) SendHeartBeatMsg() error {
128

Callers

nothing calls this directly

Calls 3

InsFunction · 0.92
InfoFMethod · 0.65
GetConnIDMethod · 0.65

Tested by

no test coverage detected