Skip to content
  • Zeeshan Ali (Khattak)'s avatar
    Delay SID checks · dd716e0e
    Zeeshan Ali (Khattak) authored
    We were rejecting all 'notify' messages if we don't have an SID from
    the service. The problem is that we may very well receive a notify
    before we are able to process the subscription response. So now we don't
    compare the SID on the notify message to that of our own immediately but
    delay it to idle handler handling notification emmissions.
    dd716e0e