External memory leak
Closed this issue · 2 comments
twoeths commented
twoeths commented
I've had several tests at discv5:
- udp send/receive tests
- encode nodes response test
- async/await send api tests
- different improvements in handleFindNode
none of them work (either cannot reproduce the issue with the discv5 test only, or the issue still happens if I try with lodestar)
discv5
may not be the root cause, the issue may happen because a side effect of setting enr to udp that cause lodestar receives so may peers and it switches peers a lot, see ChainSafe/lodestar#4623 (comment)
twoeths commented
closing the issue, root cause was ChainSafe/node-snappy-stream#16