Andrey Demenev
Andrey Demenev
> Nevermind, I figured it out. How did you solve the issue?
All protobuf messages must be passed and returned by reference - protobuf implementation requires that by making the messages (indirectly) contain pragma.DoNotCopy. That does not enforce by-reference passing, but is...
I still have to figure out how to use git and github. Possibly my manual merges created conflicts, so automatic merge is not possible now
I use BubbleUPnP and Kinsky for testing, both can control OpenHome renderers. I like BubbluUPnP more.
Of course I can change the indentation now and update the pull request, but I am afraid that will just create even more conflicts. So possibly you have to make...
http://www.openhome.org/wiki/Av:Developer - then follow links for description of services http://docs.linn.co.uk/wiki/index.php/Developer:Davaar - basically the same, but with additional pieces of useful info (for example, openhome.org does not state that IdArray is...
@hzeller , did you have a chance to review the pull request?
I agree that there is a possible race condition. I think the changes related to notify_mutex I propose can solve this
@hzeller , I have now made some modifications you proposed - but only those which are trivial. Will take some time this weekend to do the rest
I have just finished a couple of changes, will commit soon