wisskar / souliss

Automatically exported from code.google.com/p/souliss
0 stars 0 forks source link

SoulissApp T16 for RGB Leds #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Send a request to set a color into an RGB typical
2.
3.

What is the expected output? 
1. The color change, the node reply with the updated state

What do you see instead?
1. The color change, SoulissApp request a data update without a subcription

What's wrong?
1. While sending intensive data traffic requesting a fast color changing, 
SoulissApp overload the communication requesting an update of the color state. 

How should be?
1. SoulissApp should not request for a color update, simply should wait for the 
data from the subscribed channel. The node, in case of intensive traffic, will 
reply only with the last useful value.

Original issue reported on code.google.com by dario.di...@souliss.net on 30 Jul 2014 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by dario.di...@souliss.net on 31 Jul 2014 at 6:24

GoogleCodeExporter commented 9 years ago
The client sends a poll request only upon color palette "up" event; while user 
is interacting with color circle keeping finger pressed no poll request is sent.

Original comment by shineangelic on 2 Aug 2014 at 8:25