[Device] Messages throttled?

After sending a serial command to an attached processor from my imp, I get this message on the console. What exactly does this mean? The serial communication is very short and is not in a loop or anything.

This means you’re logging too quickly (from memory it might be over 20 messages per second). Sure you’re not doing any server.log’s?

Found it. It was an errant “server.show()” that was sending a lot of messages. That is why I did not see it in the log.

As a side note, it looks like this API has been deprecated, but does not error out.

Thanks for the explanation. Love the new IDE, it is a major improvement.