In poking around #6037, the advice is generally to let the oarchive die quickly because that flushes the stream it writes into. This ensures that whatever you do with the string the stream is associated with is actually up to date.
We don't do this in serializing postprocessors. I'm not sure this has anything to do with the failure in #6037, but it's worth fixing anyway.
In poking around #6037, the advice is generally to let the
oarchive
die quickly because that flushes the stream it writes into. This ensures that whatever you do with the string the stream is associated with is actually up to date.We don't do this in serializing postprocessors. I'm not sure this has anything to do with the failure in #6037, but it's worth fixing anyway.