0.11.3
flumetest.Start() was not concurrency safe: the buffer it used to accumulate logs while the test was running was not safe for concurrent use. Now uses a buffer protected by a mutex.
flumetest.Start() was not concurrency safe: the buffer it used to accumulate logs while the test was running was not safe for concurrent use. Now uses a buffer protected by a mutex.