Skip to content
  • Daniel Sonck's avatar
    Fixed Nullpointer Exception in RtpReceiver · 1b604028
    Daniel Sonck authored
    - Properly handle critical exceptions
      - Handle UnknownHostException by preventing to run
      - Handle SocketException by preventing to run
      - Use finally to free the OpusDecoder always
    - Try 8 times to resolve hosts and delay by 10 seconds
    1b604028