Closed joshuachp closed 7 months ago
Currently, to add multiple interfaces you have to call add_interface for each one.
add_interface
This has the disadvantage that the introspection is re-sent for each one.
We need to introduce a method to add multiple interfaces at once.
Currently, to add multiple interfaces you have to call
add_interface
for each one.This has the disadvantage that the introspection is re-sent for each one.
We need to introduce a method to add multiple interfaces at once.