This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Retrieve properties and service introspection data upon device discovery #104
Labels
Comments
I totally agree (and fixed number one already). I'm going to take a look at 2 and 3 and I'm labeling this "for-next" in the hopes it's quick to fix. |
Just to make sure there's no misunderstanding: I'm not going work on this issue, I just can't seem to assign or unassign issues anymore. My recollection is that gupnp side was completed but parts 2 and 3 were not. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current method of only retrieving properties when ask for and retrieving service introspection data on the fly rather than at device construction complicates the code more than is needed. In addition, the method of synchronously retrieving the introspection data is causing lots of problems, see #97.
Let's fix this. There are 3 things to do
The text was updated successfully, but these errors were encountered: