Skip to content

v0.8.1

Compare
Choose a tag to compare
@slawlor slawlor released this 05 May 13:37
· 83 commits to main since this release
acd1f56

This release adds support for capturing the sent message upon message send failure. This is helpful, so you don't need to add clone support to message types everywhere. If the receiving actor is dead, the caller will be notified with a MessagingErr::SendErr(T) so you can re-process the message if wanted.