MQTT Client as a grain #8957
Unanswered
qazwsxedckll
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my usecase. The user can create many MQTT clients on the web and subscribe to some topics. So my first thought is to create a grain for each MQTT client and when the node is down I need to reactivate the grain and subscribe to the topics again. Since subscribing is an active action, no one is actually calling the grain. The grain is not going to be reactivated. Am I doing this all wrong? Any other solutions?
Beta Was this translation helpful? Give feedback.
All reactions