pulumi/pkg/backend/httpstate
Chris Smith c189a49172
Wait until all EEs are recorded after CancelEvent (#2325)
When returning immediately from the loop, we are closing the `done` channel early. This signals that we have finished processing every engine event, however that isn't true. Since some events may still be in-flight in `recordEngineEvent`. (This could potentially lead to a race condition in the `diag.Sink` passed to the API client used to record the call.)
2018-12-24 10:23:32 -08:00
..
client Don't emit pre-rendered update logs (#2268) 2018-12-04 14:46:32 -08:00
backend.go Fix synchronization with the event renderer (#2290) 2018-12-13 19:58:26 -08:00
console.go Rename backend packages 2018-09-05 07:32:42 -07:00
console_test.go Rename backend packages 2018-09-05 07:32:42 -07:00
snapshot.go Rename backend packages 2018-09-05 07:32:42 -07:00
stack.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
state.go Wait until all EEs are recorded after CancelEvent (#2325) 2018-12-24 10:23:32 -08:00