Is this project still being maintained? Does it need personnel to join in? Maybe there is a bug found ``` type OutboundServer struct { net.Listener Addr string `json:"address"` Proto string Conns chan SocketConnection } ``` Conns have lock ,but it from the chennel