elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
217 stars 12 forks source link

fix(core): do not ignore error while sending starting message #126

Closed Arjentix closed 3 months ago

Arjentix commented 4 months ago

Thanks to @sargarass.

This fix passes my test: https://github.com/Arjentix/elfo-bug

Closes: #125

loyd commented 3 months ago

RequestError will be revised anyway, so now it's ok to react to them similarly. It would be nice to have a test here, btw =)

LGTM