zippy / ceptr

(a recomposable medium for distributed social computing) || (semantic self-describing protocol stacks)
http://ceptr.org
GNU General Public License v3.0
88 stars 17 forks source link

handle unmatched signals #136

Open zippy opened 8 years ago

zippy commented 8 years ago

currently when a signal is delivered, there is no handling for that signal if it doesn't match any expectation. This is especially important if the signal has a conversation id attached to it, because it will have created a conversation context (_r_deliver) which probably should be cleaned up if the signal doesn't match any expectations. This is probably also related to general logging, and where we move signals on the flux that have been fully integrated...