No response to AdafruitIO_Feed get() request
Re: No response to AdafruitIO_Feed get() request
is there a way I can tell if the server is getting my .get() request?
For example, let's imagine we have a device that subscribes to a counter feed: uname/f/counter. If we want to get the latest value, the /get topic we should publish to is uname/f/counter/get. After connecting to IO, subscribing to uname/f/counter, and publishing to uname/f/counter/get, we will immediately receive a message on our uname/f/counter subscription with the last value that was published to counter.
Re: No response to AdafruitIO_Feed get() request
Re: No response to AdafruitIO_Feed get() request
HullGarageDoors wrote:Thanks for the reply.. I think I figured out the issue. When I have back-to-back get() or save() calls, it seems to have issues. But if I do one at a time with a delay it works. I know there's a limit with the free account of 30 data points per minute.. but I'm still only doing a total of 6 calls per minute. But if I do one get() every 20 seconds it works, but if I do 2 get() 's it responds kind of randomly.. failing to respond maybe 2/3 of the time. Is there a limit per second also?
Thanks!
Thor