This commit is contained in:
crusader 2017-09-20 14:27:57 +09:00
parent 92aa701b6d
commit 70558ac43e

View File

@ -31,7 +31,7 @@ type serverHandlers struct {
ctx context.Context
}
func (h *serverHandlers) OnConnection(ctx *fasthttp.RequestCtx) bool {
func (h *serverHandlers) OnConnect(ctx *fasthttp.RequestCtx) bool {
return true
}