MCPcopy
hub / github.com/tinode/chat / Wait

Method Wait

server/sessionstore.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (w *boundedWaitGroup) Wait() {
58 w.wg.Wait()
59}
60
61// SessionStore holds live sessions. Long polling sessions are stored in a linked list with
62// most recent sessions on top. In addition all sessions are stored in a map indexed by session ID.

Callers 15

TestDispatchHelloFunction · 0.80
TestDispatchLoginFunction · 0.80
TestDispatchSubscribeFunction · 0.80
TestDispatchLeaveFunction · 0.80
TestDispatchLeaveUnsubMeFunction · 0.80
TestDispatchPublishFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestDispatchHelloFunction · 0.64
TestDispatchLoginFunction · 0.64
TestDispatchSubscribeFunction · 0.64
TestDispatchLeaveFunction · 0.64
TestDispatchLeaveUnsubMeFunction · 0.64
TestDispatchPublishFunction · 0.64