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