We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeedd5 commit 5d2ef75Copy full SHA for 5d2ef75
lib/ex_ice/priv/ice_agent.ex
@@ -1069,7 +1069,7 @@ defmodule ExICE.Priv.ICEAgent do
1069
on: #{inspect({local_cand.base.base_address, local_cand.base.base_port})} \
1070
""")
1071
1072
- {pair_id, ice_agent} = pop_in(ice_agent.keepalives, msg.transaction_id)
+ {pair_id, ice_agent} = pop_in(ice_agent.keepalives[msg.transaction_id])
1073
1074
pair = Map.fetch!(ice_agent.checklist, pair_id)
1075
pair = %CandidatePair{pair | last_seen: now()}
0 commit comments