recvfd
server leaks files, memory both in networkservice
and registry
chains
#1089
Labels
bug
Something isn't working
Expected Behavior
recvfd
should correctly close all per-Connection / Endpoint data and files ontimeout
Close.Current Behavior
recvfd
server leaks per-Connection data and files ontimeout
Close.Issue in code
In
timeout
case there is nogrpc.Peer
in context, sorecvfd
server doesn't make any cleanup actions.sdk/pkg/networkservice/common/mechanisms/recvfd/server.go
Lines 81 to 85 in dd436eb
Same for
expire
:sdk/pkg/registry/common/recvfd/server.go
Lines 101 to 105 in dd436eb
The text was updated successfully, but these errors were encountered: