Flemming Hansen
Results
2
comments of
Flemming Hansen
@GarryGaller I'm not completely sure what you aim to do. But here's an example where I bring fiber.Ctx into scope. ```go app.Get("/ws/:id", func (ctx *fiber.Ctx) error { s := getSession(ctx)...
For me, the problem was that I had several instances running in the background. I did a CTRL+ALT+DELETE, opened taskmanager and closed all instances of WSL2. Then I was able...