You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.
Currently if you add multiple interfaces to a device on the DSB, the object path must be unique for each interface. If the path is already used a new path is created with a number as postfix.
Instead if the path is already created, it should be reused, so you can have multiple interfaces on the same objectpath.
The text was updated successfully, but these errors were encountered:
dotMorten
changed the title
Allow the DSB bridge to reuse the object path when multiple properties uses the same objectpath
Allow the DSB bridge to reuse the object path when multiple interfaces uses the same objectpath
Aug 8, 2016
Hey Morten,
Thanks for your contributions! Unfortunately, our dev team is heads down on coding right now and won't be able to look at pull requests for the DSB project right now. We'll check back when we've got more bandwidth to validate your changes.
Currently if you add multiple interfaces to a device on the DSB, the object path must be unique for each interface. If the path is already used a new path is created with a number as postfix.
Instead if the path is already created, it should be reused, so you can have multiple interfaces on the same objectpath.
I've already done this on my own improved DSB. The changes required can be seen here:
https://github.com/dotMorten/AllJoynDeviceSimulator/pull/2/files
If you think these changes are good, I'd happy to submit a PR with the same changes for this repo as well.
/CC @zhuridartem
The text was updated successfully, but these errors were encountered: