endregion region closing the channel OnClose is called when the channel is closed.
()
| 466 | |
| 467 | // OnClose is called when the channel is closed. |
| 468 | OnClose() |
| 469 | |
| 470 | // OnShutdown is called when a shutdown of the SSH server is desired. The shutdownContext is passed as a deadline |
| 471 | // for the shutdown, after which the server should abort all running connections and return as fast as |
no outgoing calls
no test coverage detected