This commit is contained in:
hoteas
2017-08-22 09:15:20 +00:00
parent 4a0f8d9b88
commit 043dc226dc
+2 -1
View File
@@ -12,9 +12,10 @@ func main() {
appIns := hotime.Application{}
i := 0
appIns.SetConnectListener(func(context hotime.Context) bool {
appIns.SetConnectListener(func(context *hotime.Context) bool {
fmt.Println(i)
i++
//this.HandlerStr = "/test.html"
return true
})