can't send signals
未关闭
- 主要语言
- Elixir
- 星标
- 958
- 派生
- 45
- PR 合并指标
- 30 天内没有已合并 PR
描述
Signals do not work, at least on OSX with goon:
iex(3)> proc = Porcelain.spawn("sleep", ["30"], [])
%Porcelain.Process{err: nil, out: :string, pid: #PID<0.153.0>}
iex(4)> Porcelain.Process.signal proc, 15
{:signal, 15}
iex(5)> Porcelain.Process.signal proc, :kill
{:signal, :kill}
iex(6)>
I still keep seeing the process:
$ ps axww | fgrep sleep
48681 ?? Ss 0:00.01 /usr/local/bin/goon -proto 2.0 -out -- /bin/sleep 30
48682 ?? S 0:00.00 /bin/sleep 30
48690 s007 S+ 0:00.00 fgrep sleep
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。