mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
add downcasting
This commit is contained in:
parent
c5e93675de
commit
694d87f731
3 changed files with 54 additions and 24 deletions
|
@ -237,7 +237,7 @@ pub async fn handle_wisp(stream: WispResult, id: String) -> anyhow::Result<()> {
|
|||
|
||||
debug!(
|
||||
"new wisp client id {:?} connected with extensions {:?}",
|
||||
id, mux.supported_extension_ids
|
||||
id, mux.supported_extensions.iter().map(|x| x.get_id()).collect::<Vec<_>>()
|
||||
);
|
||||
|
||||
let mut set: JoinSet<()> = JoinSet::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue