GarryGaller

Results 4 comments of GarryGaller

A good idea. I just wanted to ask the package developer to do this. Add a statusForRetry field of type [] int to the Client structure, and replace the if...

How do I pass the *fiber.Ctx object to the websocket handler?

Thanks. Unfortunately, these are very simple examples and recipes. Something more thoughtful is required. And preferably with comments on the code. For example, how to correctly complete the reader and...

This is not the c.Locals object I need. You need ctx.Locals, where cts is fiber.Ctx The c.Locals cannot have a value set. You can only read it.