Juan Calderon-Perez
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...
@coderabbitai full review
@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...
@ksw2000 @JIeJaitt Thoughts?
@efectn Thoughts?
@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