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

Method closeRPC

server/cluster.go:1039–1043  ·  view source on GitHub ↗

Proxied session is being closed at the Master node.

()

Source from the content-addressed store, hash-verified

1037
1038// Proxied session is being closed at the Master node.
1039func (sess *Session) closeRPC() {
1040 if sess.isMultiplex() {
1041 logs.Info.Println("cluster: session proxy closed", sess.sid)
1042 }
1043}
1044
1045// Start accepting connections.
1046func (c *Cluster) start() {

Callers 1

clusterWriteLoopMethod · 0.95

Calls 2

isMultiplexMethod · 0.95
PrintlnMethod · 0.80

Tested by

no test coverage detected