utahplt / chorex

Choreographic programming in Elixir
https://hex.pm/packages/chorex
MIT License
14 stars 0 forks source link

Proxy should really be a supervisor #13

Open ashton314 opened 2 weeks ago

ashton314 commented 2 weeks ago

This will fix getting ugly DOWN messages when a worker terminates; also would allow restarts. We would have to juggle the PIDs in a session to make that work.