Commit d47c339c authored by georgehao's avatar georgehao

Merge branch 'improve/delte-handleLoop' of github.com:georgehao/dubbo-getty...

Merge branch 'improve/delte-handleLoop' of github.com:georgehao/dubbo-getty into improve/delte-handleLoop
parents a1a28d68 46ac31b8
...@@ -2,7 +2,6 @@ module github.com/apache/dubbo-getty ...@@ -2,7 +2,6 @@ module github.com/apache/dubbo-getty
go 1.14 go 1.14
replace github.com/dubbogo/gost v1.11.0 => /Users/haohongfan/goproject/dubbo/gost
require ( require (
github.com/dubbogo/gost v1.11.0 github.com/dubbogo/gost v1.11.0
......
...@@ -476,7 +476,6 @@ func sessionTimerLoop(_ gxtime.TimerID, _ time.Time, arg interface{}) error { ...@@ -476,7 +476,6 @@ func sessionTimerLoop(_ gxtime.TimerID, _ time.Time, arg interface{}) error {
taskPool.AddTaskAlways(f) taskPool.AddTaskAlways(f)
return nil return nil
} }
println("timerHHHF ...")
f() f()
return nil return nil
} }
......
Markdown is supported
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