CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
299 stars 188 forks source link

How to send a notification to a particular user #1368

Closed chendrashekarp closed 1 year ago

chendrashekarp commented 1 year ago

Hi @michalvasko, how can I send a notification to a client which connected with a particular user.

michalvasko commented 1 year ago

You cannot, that is not how NETCONF is designed. You are supposed to manage notifications on the client side, subscribe to the notifications you want to receive, the server always sends them to all the interested clients.