< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
This was committed in rev 5767. --Derek From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Derek MacDonald ClientSubscription is being changed to deal with overlapping
NOTIFY transactions. The app will receive the NOTIFY callbacks in a
serialized fashion. An onUpdateFoo callback will not happen until that
notify has been accepted or rejected. There is one minor api change: the onUpdateFoo callbacks
provide an additional boolean parameters, which indicates whether that NOTIFY
message has been received out of order. This will most likely be committed later today. --Derek |