Abanoub Fathy

Results 3 issues of Abanoub Fathy

## List of bad words It will be very nice If I can get a list of all bad words instead of just getting the first one when using `ExtractProfanity...

### Question Description **Problem:** When a user cancels the request (e.g., closes browser tab), processing continues. I need it to stop immediately. **What I tried:** - `c.Context()` ❌ Not working...

🤔 Question

### 📝 Bug Description When using **graceful shutdown** with Fiber, if there's a long-running request in progress (e.g. a database query), the request's `context.Context` is **immediately canceled** once `app.Shutdown()` is...

☢️ Bug