Juan Calderon-Perez

Results 1409 comments of Juan Calderon-Perez

> > @ckoch786 Any progress on this? > > @gaby No, sorry. Having to set up a dev environment where I could get the test to run properly set me...

@grivera64 Try this: ```go func Test_Ctx_SendStreamWriter_Interrupted(t *testing.T) { t.Parallel() app := New() c := app.AcquireCtx(&fasthttp.RequestCtx{}) var mutex sync.Mutex var wg sync.WaitGroup // WaitGroup to synchronize goroutines startChan := make(chan bool)...

@grivera64 I think you have to run `make generate` since the ctx.go changed

> > @grivera64 I think you have to run `make generate` since the ctx.go changed > > Running `make generate` doesn't provide any new diffs to commit: > > ```shell...

@grivera64 Couldnt this be a param in `app.Test()` ?

@grivera64 Timeout should the same it's now, I believe that's 1 sec?

Yes, default is `1 sec`. https://github.com/gofiber/fiber/blob/main/app.go#L871