Skip to content

Commit 14fb184

Browse files
authored
Return state after logging the message in handle_gathering_transaction_success_response (#20)
1 parent 63f2272 commit 14fb184

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ice_agent.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,8 @@ defmodule ExICE.ICEAgent do
11191119
Not adding srflx candidate as we already have a candidate with the same address.
11201120
Candidate: #{inspect(cand)}
11211121
""")
1122+
1123+
state
11221124
end
11231125
|> update_in([:gathering_transactions, t.t_id], fn t -> %{t | state: :complete} end)
11241126
end

0 commit comments

Comments
 (0)