Vitaliy Vasylenko

Results 6 comments of Vitaliy Vasylenko

I completely switched to my own solution: https://github.com/vitalvas/oneauth

I'm so interested in this support. Do you have any progress?

Yes, but `s.inlineClient` is a private variable. I don't want to implement a custom client for this. Maybe add a new publish function like it is implemented in `paho.golang`?

My suggestion is to do something like this: ```go type PublishRequest struct { Retain bool Qos byte Topic string Payload []byte Properties packets.Properties } func (s *Server) PublishV2(request *PublishRequest) error...

> Is this issue on 3006.x or 3007x too? I only caught this bug in 3007.x. @twangboy Added to changelog. Can we add this patch to release in 3007.x?

This bug was introduced in https://github.com/saltstack/salt/pull/66330. I don't see the same issue in 3006.x releases.