feat: implement timeouts
This commit is contained in:
parent
8f40e95480
commit
e7d0a17500
6 changed files with 248 additions and 124 deletions
|
|
@ -408,6 +408,10 @@ impl Matchmake for User {
|
|||
|
||||
|
||||
println!("{:?}", urls);
|
||||
|
||||
if urls.is_empty(){
|
||||
return Err(ErrorCode::RendezVous_NotParticipatedGathering)
|
||||
}
|
||||
|
||||
Ok(urls)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue