Skip to content
  • Cecylia Bocovich's avatar
    Fix for proxy deadlock bug · c28c8ca4
    Cecylia Bocovich authored
    This is a fix for the proxy-go deadlock bug (ticket #25688). The
    assumption that OnIceComplete is always followed by a successful
    connection where OnDataChannel has been called turns out not to occur in
    practice. OnICEComplete looks like it is being deprecated in other
    libraries anyway, so it's safer to just remove it.
    c28c8ca4