Lawo / ember-plus

Ember+ control protocol - Slick and free for all!
https://github.com/Lawo/ember-plus/wiki
Boost Software License 1.0
109 stars 41 forks source link

No root Children created when Timeout in ChildrenRetrievalPolicy.All #118

Open Meldur opened 1 year ago

Meldur commented 1 year ago

Hello,

I try to readout the node structure of an Ember+-Device. ChildrenRetrievalPolicy.GetDirectoryOnlyworks fine but ChildrenRetrievalPolicy.All throws an timeout exception somewhere in leven 17. That's okay but the root object has no children in this case. If I debug I can see, that the children are existing but not references in the Children list. Looks like the exceptions leaves the first level unconnected to the rest of the tree. What can I do?

Thanks