Kunal Sanghvi

Results 2 comments of Kunal Sanghvi

@vishr @lammel could you please take a look at this? Tried a workaround with [AcquireContext](https://github.com/labstack/echo/blob/master/echo.go#L600) / [ReleaseContext](https://github.com/labstack/echo/blob/master/echo.go#L606) ```go func extractionMiddleware(next echo.HandlerFunc) echo.HandlerFunc { return func(c echo.Context) error { cc :=...

Hi @pafuent, we indeed felt the second comment approach would work but instead during peak load times we started seeing panics in our service But now I'd once try to...