rafted_value v0.2.0 RaftedValue.RemoteMessageGateway
Replacement of :gen_fsm.send_event/2 and :gen_fsm.reply/2 as the default of :communication_module.
This is introduced in order to work-around slow message passing to unreachable nodes of :gen_fsm, using temporary processes.
In other words, it behaves in the same way as :gen_server.cast/2 for unreachable nodes.