Closed jaym closed 5 years ago
Rollback cannot be called in Commit as the function that watches the context for cancelation assumes it is only ever called once. Calling it multiple times hangs the goroutine.
This is an alternative to #829.
Fixes #731 and #848 Replaces #829
Signed-off-by: Jay Mundrawala jmundrawala@chef.io
Thank you!
Rollback cannot be called in Commit as the function that watches the context for cancelation assumes it is only ever called once. Calling it multiple times hangs the goroutine.
This is an alternative to #829.
Fixes #731 and #848 Replaces #829
Signed-off-by: Jay Mundrawala jmundrawala@chef.io