Parcourir la source

ft:添加tcp发送函数

master
lijie il y a 1 an
Parent
révision
e4761f04a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/misc/ntCom.erl

+ 1
- 1
src/misc/ntCom.erl Voir le fichier

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

Chargement…
Annuler
Enregistrer