-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[faux-mgs] Make console less panic-happy
All the `.unwrap()`s have been replaced. Most of them were fine and became `.expect("reason we think it's fine")`. The one that was not is in #122: if we fail a send to the SP, we previously panicked. We now buffer failed sends and will retry them (indefinitely, logging on each failure).
- Loading branch information
1 parent
65744c5
commit 17e8a95
Showing
2 changed files
with
204 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.