Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-351

Websocket implementation doesn't support unsubscribe for notifications

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • restconf-nb
    • None
    • Operating System: All
      Platform: All

    • 7845

      Current websocket mechanism has support for subscription for notifications but doesn't support unsubscribe for notifications.
      This is required in re-connection scenarios for example if there is a socket disconnection due to any reason.
      Current behavior of websocket implementation is that on the first connect of the websocket client, all the events present up to that point are sent as a create operation notifications. Subsequent re-connections do not result in notifications for those events. This will cause losing of events during the time of disconnection.
      To insure no event lose client should be able to "unsubscribe" for notifications and then re-subscribe and in that case all the events will be received again.

            Unassigned Unassigned
            ritu.sood@intel.com Ritu Sood
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: