Abanoub Fathy
Abanoub Fathy
I would be grateful for any help with this issue.
> app.Get("/", func(c *fiber.Ctx) error { time.Sleep(time.Second * 10) > > ``` > // Use context.Background() instead of c.Context() > user, err := getUser(context.Background()) > if err != nil {...
@gofiber/maintainers Anyone 📢 could help in this please this bug 🐛 should be considered as **critical 🛑 bug**
Hey @gaby, thanks again for your help! 🙏 In the other question (#3430), I wasn’t able to find a way to detect when the request context is canceled if the...
@krisdiano which version did you try it? I tried it with latest v2 version which is `v2.52.8` but still have the same issue Did you try to reproduce it with...