mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 10:10:40 +00:00
1.fix blank issue
This commit is contained in:
@ -422,7 +422,7 @@ func run() {
|
||||
if e.GetNext() != effective {
|
||||
break
|
||||
}
|
||||
go e.Run()
|
||||
go e.Run()
|
||||
e.SetPrev(e.GetNext())
|
||||
e.SetNext(effective)
|
||||
}
|
||||
|
Reference in New Issue
Block a user