Skip to content

Commit

Permalink
temporary fix due to aiortc upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fredo committed Dec 8, 2020
1 parent 7d979f2 commit 4887ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raiden/network/transport/matrix/rtc/web_rtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def set_candidates_for_address(
sctp_sdp_mid=rtc_partner.peer_connection.sctp.mid,
)
continue
connection.addIceCandidate(rtc_ice_candidate)
yield_future(connection.addIceCandidate(rtc_ice_candidate))

def process_signalling_for_address(
self, partner_address: Address, description: Dict[str, str]
Expand Down

0 comments on commit 4887ef0

Please sign in to comment.