andrewvy/chrome-remote-interface

Allow sending of messages to pids other than self

Closed this issue · 0 comments

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.