ConnectionMonitor
: abortConnectionOnPingFailure
is not used
#2678
Labels
effort/hours
Estimated to take one or several hours
exp/beginner
Can be confidently tackled by newcomers
good first issue
Good issue for new contributors
help wanted
Seeking public contribution on this issue
Severity: Medium
Description:
There is a flag in connection manager init that is used nowhere:
js-libp2p/packages/libp2p/src/connection-monitor.ts
Lines 37 to 42 in 8639494
While it should probably be used here:
js-libp2p/packages/libp2p/src/connection-monitor.ts
Lines 131 to 134 in 8639494
Steps to reproduce the error:
The flag is not used in the codebase other than the interface whose link is sent above. A global search will suffice.
The text was updated successfully, but these errors were encountered: