Browse Source

ft:添加tcp发送函数

master
lijie 1 year ago
parent
commit
e4761f04a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/misc/ntCom.erl

+ 1
- 1
src/misc/ntCom.erl View File

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

Loading…
Cancel
Save