Wait waits for the connection to be closed by the client.
()
| 1526 | |
| 1527 | // Wait waits for the connection to be closed by the client. |
| 1528 | func (ss *ServerSession) Wait() error { |
| 1529 | return ss.conn.Wait() |
| 1530 | } |
| 1531 | |
| 1532 | // startKeepalive starts the keepalive mechanism for this server session. |
| 1533 | func (ss *ServerSession) startKeepalive(interval time.Duration) { |
no outgoing calls