csv file change

This commit is contained in:
刘河
2019-03-29 13:31:11 +08:00
parent 58cb05e302
commit cd7f99063c
9 changed files with 120 additions and 257 deletions

View File

@@ -65,7 +65,7 @@ func (s *Mux) NewConn() (*conn, error) {
return nil, err
}
//set a timer timeout 30 second
timer := time.NewTimer(time.Second * 30)
timer := time.NewTimer(time.Minute * 2)
defer timer.Stop()
select {
case <-conn.connStatusOkCh: