Skip to content

v0.6.0

Compare
Choose a tag to compare
@mkatychev mkatychev released this 06 Sep 14:53
· 9 commits to main since this release
d8991f7

What's Changed

TimeoutManager can now hold a Copy item (to be returned to sender) for a set amount of time:
https://github.com/knox-networks/rex-sm/blob/efb8b508209a02692a6bc4fd5d6064f54e45851c/src/timeout.rs#L172-L176

This opens the way for retry logic implementations that can re-run on a cadence without blocking StateMachine processors.