omec-project / pfcpsim

PFCP client simulator used for UPF testing
20 stars 18 forks source link

bugfix: prevent memory leak caused by time.After #65

Closed ianchen0119 closed 1 year ago

ianchen0119 commented 1 year ago

Reference: https://www.arangodb.com/2020/09/a-story-of-a-memory-leak-in-go-how-to-properly-use-time-after/

ianchen0119 commented 1 year ago

Hi @thakurajayL Please help to approve the CI execution when you feel free. I solve some issues raised by the golangci-linter.

Thanks.