Compare commits

..

No commits in common. "master" and "v1.10" have entirely different histories.

1 changed files with 2 additions and 5 deletions

View File

@ -2,6 +2,7 @@
package router package router
import ( import (
"fmt"
"sync" "sync"
"git.hpds.cc/Component/network/frame" "git.hpds.cc/Component/network/frame"
@ -59,11 +60,7 @@ func (r *defaultRoute) Add(connId string, name string, observeDataTags []frame.T
} }
} }
if !ok { if !ok {
//return fmt.Errorf("SFN[%s] does not exist in config functions", name) return fmt.Errorf("SFN[%s] does not exist in config functions", name)
//item := config.App{
// Name: name,
//}
r.functions = append(r.functions, name)
} }
//LOOP: //LOOP: