Skip to content
Snippets Groups Projects
Commit 5fe60295 authored by 李志信's avatar 李志信
Browse files

fix: add notify test

parent b8127947
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,9 @@ func (l *listenableRouter) Process(event *config_center.ConfigChangeEvent) {
return
}
l.generateConditions(routerRule)
l.notify <- struct{}{}
go func() {
l.notify <- struct{}{}
}()
}
func (l *listenableRouter) generateConditions(rule *RouterRule) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment