MCPcopy Create free account
hub / github.com/33cn/chain33 / Close

Method Close

client/queueprotocol.go:103–105  ·  view source on GitHub ↗

Close close client

()

Source from the content-addressed store, hash-verified

101
102// Close close client
103func (q *QueueProtocol) Close() {
104 q.client.Close()
105}
106
107// NewMessage new message
108func (q *QueueProtocol) NewMessage(topic string, msgid int64, data interface{}) *queue.Message {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected