diff --git a/server-handler.go b/server-handler.go index 7bcd61e..395aef4 100644 --- a/server-handler.go +++ b/server-handler.go @@ -82,7 +82,7 @@ type ServerHandlers struct { } func (sh *ServerHandlers) ServerCtx() ServerCtx { - return nil + return NewServerCtx(nil) } func (sh *ServerHandlers) Init(serverCtx ServerCtx) error {