Beantwortet IPCamera bug

  • sábado, 12 de noviembre de 2011 22:45
     
     

    Subscribe handler for IPCamera needs to have the attribute:

    [ServiceHandler(PortFieldName = "_alternatePort")]

    Otherwise generic subscriptions don't happen.  Thanks,

    Ed Harfmann

Todas las respuestas

  • lunes, 14 de noviembre de 2011 9:30
    Propietario
     
     Respondida

    Good catch Ed.

    In general, a service that implements an alternate contract might have two Subscribe handlers -- one for itself and another one for the alternate contract. This requires two SubscriptionManager partners as well.

    I've added this to the bug list.

    Trevor

     

    Just a quick update - This did not make the cut for the next release of RDS. We are too far down the track. However, you have a workaround.


  • lunes, 14 de noviembre de 2011 13:25
     
     

    Thanks.