iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

MINHTON: How to handle a signal with invalid action #160

Open janagoe opened 7 months ago

janagoe commented 7 months ago

Currently we simply ignore a signal while processing, if the action is not valid (see MinhtonNode::processSignal()). Previously we have thrown an exception. Should the node continue running if encountering such a case? Should the user be informed?