zynzel
zynzel
Can confirm that this pull request fix issue. Is there any reason why it was not merged? Can i help in any way?
I hit exactly same issue with my VerneMQ cluster. I believe that also '/health' endpoint should be fixed/changed. Currently it will report that everything is fine, even when all 3...
@codeadict @ioolkos any news about that one?
Problem happens only after daylight saving (till reboot).
Hey, So i hit same issue. In my setup some traffic (from internet) before hitting traefik, hits WAF then traffic is forwarded to traefik. So there are 2 possible paths...
I observed same behavior in my home lab. When bumping version of all my images (~21 managed by CRD), my kube api starts beeing unresponsible. It would be nice if...
High memory usage is constant, so looks like GC is not freeing those resources. Here is very simple code, which behaves exactly same way - so you can check: ```...
Im not using any persistence storage. Any my clients wasnt disconnected, so those inflight messages will stay there forever ;) For now i will implement periodic ResendClientInflight on my end.
I didnt do much debuging yet, and not sure which messages are inflight. Will investigate further. And to be precise, i observe couple (4-10) of inflights per week or two...
So i have some funny findings regarding that one. As a PoC i added: ``` func handleInflight(ctx context.Context, mqttServer *mqtt.Server) { for { for _, cl := range mqttServer.Clients.GetByListener("t1") {...