Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding/removing interfaces after the call to connect does not work correctly #119

Closed
lucaato opened this issue Sep 21, 2023 · 0 comments · Fixed by #122
Closed

Adding/removing interfaces after the call to connect does not work correctly #119

lucaato opened this issue Sep 21, 2023 · 0 comments · Fixed by #122
Labels
bug Something isn't working
Milestone

Comments

@lucaato
Copy link
Collaborator

lucaato commented Sep 21, 2023

Currently after the call to connect it is not possible to add other interfaces or remove them.
That is because the new introspection message doesn't get sent after the change to the device's interface list.
As reference the rust implementation of the sdk contains the add_interface and remove_interface methods that already send a new introspection message.

@sorru94 sorru94 added the bug Something isn't working label Sep 21, 2023
@sorru94 sorru94 added this to the v0.13 milestone Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants