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
I work on a node-coap server using coap observe feature. outgoing messages are stored in memory so that it can be used to send updated data to the clients. But having in-memory state can be problematic (here we have issues because we loose the state each time we deploy the server) so I am investigating a way to store observe connections in a redis or equivalent store and recreate outgoing message from stored data to send updates to clients. If any, what would be you recommended way to do so? Or is my problem wrong? Thanks for your help
The text was updated successfully, but these errors were encountered:
I work on a node-coap server using coap observe feature. outgoing messages are stored in memory so that it can be used to send updated data to the clients. But having in-memory state can be problematic (here we have issues because we loose the state each time we deploy the server) so I am investigating a way to store observe connections in a redis or equivalent store and recreate outgoing message from stored data to send updates to clients. If any, what would be you recommended way to do so? Or is my problem wrong? Thanks for your help
The text was updated successfully, but these errors were encountered: