ソースを参照

ft:添加tcp发送函数

master
lijie 2年前
コミット
e4761f04a7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/misc/ntCom.erl

+ 1
- 1
src/misc/ntCom.erl ファイルの表示

@ -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.

読み込み中…
キャンセル
保存