Hi all, I'm hoping that there's a way to cancel the OCPlatform::getDeviceInfo( ) but I couldn't find it. Otherwise the callback is in effect indefinitely in the OCPlatform. Does anyone know if there is one?
Related to the question, I hit an issue in which if there are 2 separate outstanding OCPlatform::getDeviceInfo( ) calls to exact same server host, then the FindDeviceCallback callbacks on the client side (to both callbacks) would contain NULL strings in the OCRepresentation for the device info. I traced it through the ocstack and confirm that the server sets MessageContainer::setPayload(const OCDevicePayload* payload) with the correct device info. But OCStackApplicationResult listenDeviceCallback( ) receives NULL information in the payload. Any thoughts/suggestion on what to look for would be great. Thanks Soemin
