Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(comms/peer_manager): fix possible panic in offline calc (#4877)
Description --- - fixes possible panic in `Peer::offline_since` - offline_at has second resolution Motivation and Context --- Possible panic when converting chrono Duration to std Duration second resolution is good enough for offline_since How Has This Been Tested? --- Updated unit test for this case
- Loading branch information