Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recreate outgoing message of observe request from serialisable data #350

Open
nicgirault opened this issue Oct 19, 2022 · 0 comments
Open
Labels

Comments

@nicgirault
Copy link

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

@JKRhb JKRhb added the question label Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants