is there a way to know what server/client invoked a method on the server?
Problem: I have a completely connected graph of server, and when a command comes in from a client on one of the server nodes, I forward it to the rest of the server nodes on the graph. I want to only forward the commands if and only if it's coming from a client and not another server.