driplineorg / dripline-python

python implementation of project8/dripline
Apache License 2.0
3 stars 6 forks source link

Casting Error With Service #22

Closed Shadowninja196 closed 5 years ago

Shadowninja196 commented 5 years ago

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)

Shadowninja196 commented 5 years ago

This resolved the issue https://github.com/pybind/pybind11/issues/958#issuecomment-317052456