Skip to content

tor-chanmgr: remove panics in debug builds

opara requested to merge opara/arti:remove-debug-panic into main

These were supposed to fail loudly in debug builds by panicking, but panics are mostly useless for debugging in async applications that use a runtime which catches panics. So we'll just log the error instead.

One of these panics actually occurs often in practice (see #1716 and #1731).

Merge request reports

Loading