Files
libsignal/rust
Jordan Rose 6f48650cea net: Remove overzealous assert waiting for a websocket task to exit
If a WS request fails because a channel has closed, the task should be
*in the process* of exiting, closing its channels along the way.
However, we can't assert that it's *done* exiting. We *do* still want
to log, however, because if this helper is ever called when the task
*isn't* exiting we'd like to know why it stalled out.
2026-03-30 12:46:20 -07:00
..
2026-03-27 16:45:07 -06:00
2026-03-17 18:51:17 -04:00
2026-03-17 18:51:17 -04:00
2026-01-21 15:39:02 -05:00