rafted_value v0.1.9 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.

Summary

Functions

reply(arg, reply)
send_event(fsm_ref, event)