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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: