-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
code:todoA TODO/FIXME comment in code.A TODO/FIXME comment in code.
Description
bones/framework_crates/bones_framework/src/networking/socket.rs
Lines 133 to 140 in 6a55dc2
| fn get_connection(&self, idx: u32) -> &iroh_quinn::Connection { | |
| debug_assert!(idx < self.player_count); | |
| // TODO: if this is too slow, optimize storage | |
| self.connections | |
| .iter() | |
| .find(|(i, _)| *i == idx) | |
| .map(|(_, c)| c) | |
| .unwrap() |
This issue was generated by todo-issue based on a TODO comment in 6a55dc2.
Metadata
Metadata
Assignees
Labels
code:todoA TODO/FIXME comment in code.A TODO/FIXME comment in code.