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
As it only catches SimulationException. This seems to cause the villas-relay manager not to respond over amqp anymore.
Seems like the villas-relay manager is not made to be told explicitely when to create a component, and instead poles the villasrelay endpoint periodically then creates gateways, however two other NotImplemented errors do get raised in the rscad and rtlab simulator components, so maybe a proper response is a good idea?
The text was updated successfully, but these errors were encountered:
The villas-relay manager inherits its run_action from the Manager class (manager.py), where there is the following code:
On post, the component handler (/handlers/component.py) , does not block this:
As it only catches SimulationException. This seems to cause the villas-relay manager not to respond over amqp anymore.
Seems like the villas-relay manager is not made to be told explicitely when to create a component, and instead poles the villasrelay endpoint periodically then creates gateways, however two other NotImplemented errors do get raised in the rscad and rtlab simulator components, so maybe a proper response is a good idea?
The text was updated successfully, but these errors were encountered: