laboroai/border

Changes around the data limit for inter-thread communication

Opened this issue · 0 comments

The following two changes were made

  • Change error handling of try_send (Actor to Manager)
    • Err(TrySendError::Full(_)) => return Ok(())
  • cap of bounded mado configurable