]> Untitled Git - lemmy.git/commit
Use join_all instead of try_join_all. Fixes #2673 (#2674)
authorDessalines <dessalines@users.noreply.github.com>
Mon, 30 Jan 2023 16:11:11 +0000 (11:11 -0500)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 16:11:11 +0000 (11:11 -0500)
commita8232fe3d65f01eaf132ba22f6aff2e384fe94a5
treebea298bb93d2d5962f952b11420d4821fe031503
parentc416e4ce14d0f552546d712dfe98d75731b29e95
Use join_all instead of try_join_all. Fixes #2673 (#2674)

* Use join_all instead of try_join_all. Fixes #2673

* Add note about closed connections.
crates/api_common/src/websocket/chat_server.rs