itsgoin/crates
Scott Reimers 4379b6fdfc Fix 3 pre-existing lock contention issues in message handlers
- handle_pull_request: extracted to static method, conn_mgr lock no longer
  held during network I/O (read request + write response)
- handle_address_request: inlined at call site with brief lock to gather
  data, response written after lock release
- handle_session_relay: capacity check + target lookup under brief lock,
  rejection write moved outside lock scope

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 00:35:38 -04:00
..
cli v0.5.0-beta: merge-with-key import, prior_author provenance, beta versioning 2026-04-05 14:47:24 -04:00
core Fix 3 pre-existing lock contention issues in message handlers 2026-04-06 00:35:38 -04:00
tauri-app Our Info panel, hole punch race fix, NAT profiles in relay introduction 2026-04-05 17:57:41 -04:00