Skip to content

Avoid overflows to avoid panic #1

@dfquaresma

Description

@dfquaresma

Looking at the worst scenario, some integer variables could overflow while GCI run. Counters around the code and the variables incoming and finished, in interceptor.go file, are examples of it.
One solution for it would be turn them for zero at some moment. To incoming and finished it could be done after each GC execution.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions