Compare commits
No commits in common. "master" and "v1.10" have entirely different histories.
|
@ -2,6 +2,7 @@
|
|||
package router
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
"git.hpds.cc/Component/network/frame"
|
||||
|
@ -59,11 +60,7 @@ func (r *defaultRoute) Add(connId string, name string, observeDataTags []frame.T
|
|||
}
|
||||
}
|
||||
if !ok {
|
||||
//return fmt.Errorf("SFN[%s] does not exist in config functions", name)
|
||||
//item := config.App{
|
||||
// Name: name,
|
||||
//}
|
||||
r.functions = append(r.functions, name)
|
||||
return fmt.Errorf("SFN[%s] does not exist in config functions", name)
|
||||
}
|
||||
|
||||
//LOOP:
|
||||
|
|
Loading…
Reference in New Issue