Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitely close files for recvfd client *after* they don't matter.
Previous we were allowing the recvfd files to be closed by their finalizer and the GC. This sometimes led to premature closing of files leading to errors like: networkservicemesh/cmd-forwarder-vppagent#187 'Delete' case. This fixes that by closing the files only after the ctx has is Done. Signed-off-by: Ed Warnicke <hagbard@gmail.com>
- Loading branch information