Skip to content

Recreate outgoing message of observe request from serialisable data #350

@nicgirault

Description

@nicgirault

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions