Ver código fonte

ft:添加tcp发送函数

master
lijie 1 ano atrás
pai
commit
e4761f04a7
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/misc/ntCom.erl

+ 1
- 1
src/misc/ntCom.erl Ver arquivo

@ -158,7 +158,7 @@ asyncSend(S, Data, OptList) when is_port(S), is_list(OptList) ->
false -> % Port busy when nosuspend option was passed
{error, busy};
true ->
true
ok
catch error: _ ->
{error, einval}
end.

Carregando…
Cancelar
Salvar