It would be great if the RPC commands could take an option of ref or something like that to be used as the from param. Currently I do not see a way to override the from default value of self() other than calling the GenServer directly and bypassing the RPC API.
It would be great if the RPC commands could take an option of
ref
or something like that to be used as thefrom
param. Currently I do not see a way to override thefrom
default value ofself()
other than calling the GenServer directly and bypassing the RPC API.