Wait blocks until the connection has shut down, and returns the error causing the shutdown.
()
| 11 | // Wait blocks until the connection has shut down, and returns the |
| 12 | // error causing the shutdown. |
| 13 | Wait() error |
| 14 | |
| 15 | // SendKeepAlive sends a keepalive message to keep the connection open |
| 16 | SendKeepAlive() |
no outgoing calls