ethersync / ethersync

A system for editor-agnostic, real-time collaborative editing of local text files.
https://ethersync.github.io/ethersync/
GNU Affero General Public License v3.0
250 stars 8 forks source link

improve error logging of the peer connection state #107

Open zormit opened 3 months ago

zormit commented 3 months ago

Now that we're on libp2p, we need to get logging errors right. There are events, they should be filtered for errors and logged. One desirable example is, when someone tried to connect, but failed. Currently, with debug of, this error is just swallowed.

blinry commented 2 months ago

This just happened to @sudo-piko and me :P (I picked a port that wasn't open in my firewall.)