sbt/main
Adrien Piquerez c77d6dfb38 Fix #6698: Synchronize all RPC messages with systemOut notifications
`systemOut` notifications are buffered so that they are sent at most
once every 20 millisecond. Other RPC messages are not buffered.
As a consequence, some RPC messages can pass in front of some
systemOut notifications.
That's why `sbt --client run` can exit before it receives all the logs.

In general I think it is safer to maintain the order of all messages.
To do so we can force the flush of systemOut before each RPC message.
2021-11-03 10:21:02 +01:00
..
src Fix #6698: Synchronize all RPC messages with systemOut notifications 2021-11-03 10:21:02 +01:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00