Ethernet sheild stops connecting after an extended period

Before I had three Strings and now I only have one

You'll be a lot better of with ZERO.

If getString isn't a String, what is in my sketch? I thought I had fixed it.

As the code takes roughly three times as long to crash now I suspect this getString function from textFinder is responsible.

The getString() function, despite the capital S, does not use Strings. Is 141 characters a reasonable number of characters? If the tweet to make coffee is considerably shorter than that, make tweet a lot smaller.

I eventually want to display the tweets in full on an LCD display. 141 will not cut the ends off of any message.

char makeCoffee[15] = "make me coffee";

Psst. The compiler can count.

Thanks, I was getting over cautious