Fouad
Fouad
I agree with @unkiwii . IMHO the documentation are not clear in the sense that they give the impression that the delivery channel is optional. Once it was treated as...
@vforv did you manage to find a solution?
Thanks a lot, i will give it a try. I like that it's inspired from seneca when it comes to patterns. I hope that it works. Most of seneca's transport...
Just use hemerajs, it just works. And the effort needed to migrate from senenca to hemera is really minimal
use a custom serializer and deserializer will remove the double quotes ``` var mySerializer = function (value) { return value; }; var myDeserializer = function (value) { return value; };...