Skip to content

Assert panics on allocating NodeMeta with more ports than capacity #282

@aborgna-q

Description

@aborgna-q

Found a panic message in the wild

assertion failed: incoming.saturating_add(outgoing) <= capacity

This seems to be coming from this line

assert!(incoming.saturating_add(outgoing) <= capacity);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions