エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Erlang client-server example using gen_tcp is not receiving anything
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Erlang client-server example using gen_tcp is not receiving anything
I think your client is faulty because it specifies: {packet, 2} yet the server specifies (in code... I think your client is faulty because it specifies: {packet, 2} yet the server specifies (in code not shown) : {packet, 0} In Programming Erlang (2nd) on p. 269 it says: Note that the arguments to packet used by the client and the server must agree. If the server was opened with {packet,2} and the client with {packet,4}, then nothing would work. The following client can successfully receive text f

