HW-Siew
HW-Siew
Hi, I am trying to change the duration of animation for neon-animation-pages as follow. ``` ... Polymer({ is : 'custom-view', properties:{ animationConfig:{ value : function(){ return { entry:{ name:'slide-from-right-animation', node:this.$.pages,...
Hi, all. I am experiencing a random hangs with ESP8266 when the pubsubclient incoming message rate is too high (around 10-50msg/s). I found a potential cause [https://github.com/esp8266/Arduino/issues/50](url). Any idea how...
I subscribed two topics 'topicA' and 'topicB' respectively with qos 0 and qos 1. Message received with topicA works find, however, Each message receives with topicB cause the client drop...