Remove status messages on P2P persistent connection creation #359
Labels
enhancement
New feature or request
good first issue
Good for newcomers
p2p
Everything related to the libp2p-daemon.
Currently, the daemon sends a status message to the client after a persistent connection to it is openned. This is a no-op, as the status message is either "ok" or not sent at all. I suggest we remove this feature from the daemon as this might improve startup times and reduce code complexity.
The text was updated successfully, but these errors were encountered: