I just realized that I have a problem with buffered output not stopping. In other words, I write the buffer continuously until a case that I have is true. However, AO Write never stops writing the old buffer! How do I get it to stop if these are set in a while loop, without stopping the while loop?
Thanks!