Commits on Source 3
-
Remove two uses of ExitStack that aren't necessary and make the code a little harder to follow.
-
Phil Dawson authored
plugins/sources: refactor, rm needless ExitStack-s See merge request !888
-
Martin Blanchard authored
The REAPI allows a client to reconnect to an ongoing operation stream by providing a WaitExecution(). If implemented on server side, BuildStream will try to recover from connection errors using it. #630