mirror of
https://github.com/astaxie/beego.git
synced 2025-07-06 18:30:19 +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