Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

メッセージ欠損 #1

Open
sowd opened this issue Jan 15, 2014 · 0 comments
Open

メッセージ欠損 #1

sowd opened this issue Jan 15, 2014 · 0 comments
Labels

Comments

@sowd
Copy link
Member

sowd commented Jan 15, 2014

友達から来た報告の代理ポストです。

【現象】
 下記ソースコードで連続メッセージを送信すると、
 相手側機器に全てのメッセージが届かない
 (前半のメッセージが欠損し、後半のメッセージが正常処理されている)

【パターン1:同一機器への連続送信】
 ■ソースコード
 for(int i=0;i<10;i++){
  devRiceCooker.get().reqGetOperationStatus().send();
 }

 ■実行結果
 最後に送信したメッセージのみが実行され、レスポンスが1件のみ返ってくる

【パターン2:複数機器への一斉送信】
 ■ソースコード
 devRiceCooker.set().reqSetRiceCookingControlSetting(new byte[]{0x41}).send();
 devWasherAndDryer.set().reqSetWasherAndDryerSetting(new byte[]{0x41}).send();
 devHumidifier.set().reqSetHumidifyingSetting2(new byte[]{0x42}).send();

【実行結果】
 最後に送信した加湿器の設定命令のみが実行され、レスポンスが1件のみ返ってくる

@tomoki tomoki added the bug label Feb 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants