ing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user