vector icon indicating copy to clipboard operation
vector copied to clipboard

[server-node] Allow multiple connected clients

Open LayneHaber opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. It might be worth considering to allow multiple clients subscribing for the same public identifier, but with different URLs. One way that could be done is by adding a client-provided subscriber ID that must be unique; or by hashing the evts data to get a unique ID for every client.

This would allow multiple RestServerNodeService classes to connect to the same server-node instance with a high degree of control over the events

LayneHaber avatar Mar 24 '21 00:03 LayneHaber