You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(iroh): Don't cause re-stuns all the time in browsers (#3234)
## Description
- Always return `false` in `want_call_me_maybe` in browsers, as we never
actually want to send call me maybes, since there's no direct addresses
we can put into these messages.
- Fix the shutdown logging in magicsock. Redundant warning were printed
on graceful shutdown, and one was skipped in non-graceful shutdown.
## Notes & open questions
Closes#3232
## Change checklist
<!-- Remove any that are not relevant. -->
- [x] Self-review.
0 commit comments