|
|
// Request and NewChannel channels must be serviced, or the connection
|
|
// Request and NewChannel channels must be serviced, or the connection
|
|
|
func NewServerConn(c net.Conn, config *ServerConfig) (*ServerConn, <-chan NewChannel, <-chan *Request, error) {
|
|
func NewServerConn(c net.Conn, config *ServerConfig) (*ServerConn, <-chan NewChannel, <-chan *Request, error) {
|