conioX

Results 15 comments of conioX
trafficstars

extra information : if i interupt the server without open the endpoint localhost:3000 shutdown success, i dont know why if i open the url with browser/postman server always timeout [Fx]...

@gaby it work but should i disable the keep alive? is it recommend?

not work @gaby already try 1s, 5s, 10s [Fx] INTERRUPT [Fx] HOOK OnStop main.boostrap.func2() executing (caller: main.boostrap) 2024/07/01 08:22:50 stopping server ... [Fx] ERROR Failed to stop cleanly: context deadline...

@gaby ReadTimeout works ``` func NewWebServer(users *users.Users) *Webserver { app := fiber.New(fiber.Config{ ReadTimeout: 30 * time.Second, WriteTimeout: 30 * time.Second, }) app.Get("/users", users.FindUsers) return &Webserver{app: app} } ``` and i...

i think i got the problem we need add : ``` data-rc-order="prepend" data-rc-priority="-1000" ``` in this file antd-style/src/functions/extractStaticStyle.tsx ``` return { key: cache.key, style: ( ), css, ids, tag: `${result.css}`,...