When trying to add some endpoint to a service, a casting error occurs:
service.add_child(endp)
Traceback (most recent call last):
File "", line 1, in
RuntimeError: Unable to cast from non-held to held instance (T& to Holder) (compile in debug mode for type information)
When trying to add some endpoint to a service, a casting error occurs: