@@ -103,6 +103,7 @@ func (s *TRPClient) dealChan() error {
//与目标建立连接
server,err:=net.Dial("tcp",host)
iferr!=nil{
fmt.Println(err)
returnerr
}
//创建成功后io.copy
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.