-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Low
River needs to flush the internal buffer before writing a string in order to maintain stream integrity. However, it does not need to flush the underlying stream like it is currently; doing so will decrease performance and increase unnecessary jabber.
Add a shallowFlush() method which writes out the bytes to the stream but does not flush it.