ElixirCL/pods

Two way communication

Closed this issue · 2 comments

Firstly congratulations on the excellent library.
Is there any way for the pod to be able to initiate a command to the Elixir side or is only Elixir able to initiate a request?
My use case requires communication from both directions.

Hello thanks for using this lib :)

As far as I know the pod can send information to Elixir without triggering.
Since is a simple service that is running and Elixir is listening to stdout and stderr output.

So for a way to send information Pod -> Elixir is just to write to stdout without Elixir to trigger the event.

Thanks again and feel free to share any insights :)

Ok thank you! That's what I imagined but I wanted to confirm