iotaledger / entangled

enTangle'd is an amalgamation of all things Tangle
Apache License 2.0
113 stars 66 forks source link

router: do not print warning if write failed due to connection canceled or reset #1388

Closed thibault-martinez closed 5 years ago

thibault-martinez commented 5 years ago

If a connection is cancelled or reset, the write callback will still be called for each queued write in order to free them. We don't want to print an actual warning message in these cases since it's unnecessary spam.