You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry this is not an issue but a question. If I am wrong to do it here my apologies, kindly point me in the right direction.
I am working with a ruby on rails application, that communicates using MQTT to manage devices. When ever we want to send a message we are pretty much using the below code.
So they are connection and then pretty much finishing it, after its done.
I recently started upgrading our app to Rails 6, and found that redis gem recommends using connection pool rather than having a single connection or multiple connection.
Is that recommended for MQTT connections as well? Has anyone done this? and if so how was your experience.
The text was updated successfully, but these errors were encountered:
Sorry this is not an issue but a question. If I am wrong to do it here my apologies, kindly point me in the right direction.
I am working with a ruby on rails application, that communicates using MQTT to manage devices. When ever we want to send a message we are pretty much using the below code.
So they are connection and then pretty much finishing it, after its done.
I recently started upgrading our app to Rails 6, and found that redis gem recommends using connection pool rather than having a single connection or multiple connection.
Is that recommended for MQTT connections as well? Has anyone done this? and if so how was your experience.
The text was updated successfully, but these errors were encountered: