Menu

#20 Resubscribing

open
nobody
None
5
2009-02-06
2009-02-06
No

There appears to be a bug with resubscribing due to event loss in ccontrolpoint_http_server.c

If the events get out of order or an event is lost (how does this happen with tcp?) an unsubscribe/subscribe is performed and a new SID is assigned.

The bug is that any handler that had been registered with the control point doesn't get alerted to the fact that the SID has changed.

Any thoughts as to the best way to alert the event handler that had been registered with the control point that the SID has changed du to the unsub/sub.?

Discussion