grafana / mqtt-datasource

MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.
Apache License 2.0
168 stars 49 forks source link

Fix for issue #44 #76

Closed isarantidis closed 10 months ago

isarantidis commented 1 year ago

This is just an approach in order to resolve the issue #44 . For me it works but I am neither a golang expert, sure of the potential side effects this solution might have nor if there is a solution more compatible with the plugin's authors intention/design.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

ryantxu commented 10 months ago

@isarantidis thanks for this PR. I think it works by not unsubscribing even when it should 😬

Lets see if https://github.com/grafana/mqtt-datasource/pull/84 fixes your issues -- if not, lets revisit this