DynamicSupervisor's init children are not stopping even after the work in complete Elixir

前端 未结 0 706
情深已故
情深已故 2021-01-02 11:06

I have this GenServer which is adding a child as a worker.

  def handle_info(:request, state) do
    schedule_fetch_call(state.sleep)
    ping_ti         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题