filterfish / smith2

A complete rewrite of Smith
12 stars 7 forks source link

Sender#publish should check that message is an ACL. #13

Open filterfish opened 9 years ago

filterfish commented 9 years ago

It is possible to publish a message that is not an ACL which causes receiving agents to die with an uncatchable error.

If the message is not an ACL then it should call a non ACL errback. If the errback isn't defined it should raise an exception.