Todd Treece

Results 22 comments of Todd Treece

@PaulKierstead there is no misunderstanding. we chose to force the retain flag on by default so that people have an easier time getting access to the last value. you bring...

@igg2 retain is not set per connection in this library. i think what you might be referring to is the retain flag for the MQTT _will_ feature, which is part...

closing this one for now since it's too hard to keep synced separately. the changes can be extracted from #59739 once that branch stabilizes a bit

closing this one for now since it's too hard to keep synced separately. the changes can be extracted from #59739 once that branch stabilizes a bit

@ryantxu i just looked at what you linked, and noticed this: https://github.com/grafana/grafana/blob/e7e77632521f1c0399c8668d3ce6006cc622b015/pkg/services/query/query.go#L84

I opened https://github.com/grafana/grafana/pull/55920 to attempt to use the newly discovered `QueryDataMultipleSources`, but it seems to meant to be used for public dashboards, and there is custom behavior that might block...

`v1.0.0-beta.3` has been released with the fix from #84

@goccy i apologize for pinging you directly, but could you take a quick look at this one when you have a chance?

https://www.npmjs.com/package/es6-promisify should work with noble

@mcollina i'm wondering if this is due to the lua script. we eventually run into issues in production once the subscription count hits a certain point. i missed this section...