Hello, I would like to use a custom hasher. In S4 0.3 it was pretty easy to use a custom one by changing a XML config file. How to do that in the new version?
I see that now the reference to the hasher is owned by the Sender and the App class has a reference to the Sender. I could overload the getSender method in my application class and return my custom sender that basically will pass a custom hasher instance to the parent class. But how to instance a Sender instance? Is it the right way? Thank you Regards - Davide
