1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 03:20:57 +00:00

1.fix blank issue

This commit is contained in:
albertma 2016-04-26 18:13:52 +08:00
parent 710c7c79d4
commit a271d67ba4

View File

@ -422,7 +422,7 @@ func run() {
if e.GetNext() != effective {
break
}
go e.Run()
go e.Run()
e.SetPrev(e.GetNext())
e.SetNext(effective)
}