|
|
@ -280,7 +280,7 @@ send_chunk(Ref, Data) -> |
|
|
|
is_ref_alive(Ref) -> |
|
|
|
?IIF(node(Ref) =:= node(), |
|
|
|
is_process_alive(Ref), |
|
|
|
rpc:call(node(Ref), erlang, is_process_alive, [Ref])). |
|
|
|
erpc:call(node(Ref), erlang, is_process_alive, [Ref])). |
|
|
|
|
|
|
|
send_chunk(Ref, Data, Timeout) -> |
|
|
|
Ref ! {chunk, Data, self()}, |
|
|
|