I don’t know if this is a bug or what but it is certainly new to me… A couple of times this morning a message has popped up on the Android App, talking to my Blynk server at home… “you are currently making too many requests”… what I wonder does the server call too many requests? ???
We have a limitation on server side that is 100 req/sec per user. So in case you reaching this limit you’ll see this popup. Maybe you have a lot of reading widgets with small interval (250ms) or maybe you writing from hardware side to often…
For instance, one widget with frequency reading 250ms creates 4 requests per second. So you can have only up to 25 such widgets. All requests that are above those limit are ignored.