I got the problem, that whenever I try to create a consumer with...
con = Await Consumer(Of MyRoot).CreateAsync(client, 5000, ChildrenRetrievalPolicy.All)
... I get the errormessage "The provider failed to send the children for the element with the path...".
The path, that is written in the message, is the first node, that contains no subnode or leaf - object.
This issue happens at Lawo Sapphire and OnAir4. Against a Ruby-Core anything works fine.
When I test my consumer against TinyEmber with an OnAir4-EmBER-File, for example, with set all the Nodes containing no subnodes or leafs to "Is Online" = False, then erverything works fine too.
Hi everyone,
I got the problem, that whenever I try to create a consumer with...
con = Await Consumer(Of MyRoot).CreateAsync(client, 5000, ChildrenRetrievalPolicy.All)
... I get the errormessage "The provider failed to send the children for the element with the path...". The path, that is written in the message, is the first node, that contains no subnode or leaf - object. This issue happens at Lawo Sapphire and OnAir4. Against a Ruby-Core anything works fine. When I test my consumer against TinyEmber with an OnAir4-EmBER-File, for example, with set all the Nodes containing no subnodes or leafs to "Is Online" = False, then erverything works fine too.
Is there anyone, who knows the problem?
Thanks for any help :-)
Gerhard