We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client, err := flx.NewSshClient(mc) if wshandleError(wsConn, err) { return } defer client.Close() startTime := time.Now() //下面注释的这段代码功能是什么?我注释掉后还是正常能ssh到指定服务器 //ssConn, err := util.NewSshConn(cols, rows, client) //if wshandleError(wsConn, err) { // return //} //defer ssConn.Close() sws, err := model.NewLogicSshWsSession(cols, rows, true, client, wsConn) if wshandleError(wsConn, err) { return } defer sws.Close() quitChan := make(chan bool, 3) sws.Start(quitChan) go sws.Wait(quitChan)
The text was updated successfully, but these errors were encountered:
上面注释掉的代码什么作用?注释后还能正常运行ssh到指定服务器
Sorry, something went wrong.
@mojocn
No branches or pull requests
The text was updated successfully, but these errors were encountered: