M. Efe Çetin
M. Efe Çetin
> Additionally, I don't know why `testing.B` code is duplicated here instead of just using `go test -bench` :/ I'll change benchmark suite by `testing.Benchmark()` on next week. I have...
I think gqlgen should support fasthttp as offically.
It seems adding partial fasthttp support is really hard if we dont think fork. Code has too many hardcoded net/http connections.
You can send a PR to add client recipes.
Can you give an example about this feature? @abusessender
> Hi @efectn , Can I work on this ? Of course
> I want to know if the minimum go version that will be supported in the next release will be 1.18? Yes. v3 will support last 2 major versions of...
I think this is a bug that's related to https://github.com/gofiber/fiber/blob/master/helpers.go#L29.
Do we need that? Some users may not want to use SIGTERM with app.Shutdown. I think it should be optional, we can do this in the app. What do you...
Hi @Streamer272. v3 now has more detailed and user-defined automatic graceful shutdown processing with https://github.com/gofiber/fiber/pull/1930. Thanks for the great idea :rocket: https://github.com/gofiber/fiber/blob/v3-beta/listen.go#L58