I am trying to get 1 genserver to send a message to another genserver using Genserver.call/3
but even though both genservers are up, I get ** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started as an error
I set module names using __MODULE__ and i am passing the module as the first param to call/3 (in this case its BMCServer.PacketHandler)
Any ideas why my stuff isn't working right (i have handle_call() implemented in PacketHandler