Skip to content

If this happens often in practice, rework flow so that when matchmaking room is full and all connections are alive #472

Open
@github-actions

Description

@github-actions

then have the final connection hand-off be concurrently run without needing to be awaited.


// Send error if room is still full
// TODO: If this happens often in practice, rework flow so that when matchmaking room is full and all connections are alive
// then have the final connection hand-off be concurrently run without needing to be awaited.
if !can_join {
info!(
"[{}] Matchmaking room is full after waiting, rejecting request",
stable_id


This issue was generated by todo-issue based on a TODO comment in 2f4e7ac.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code:todoA TODO/FIXME comment in code.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions