Skip to content
  • Sean DuBois's avatar
    64ea3a3c
    Fix RTCPeerConnection.Close segfault · 64ea3a3c
    Sean DuBois authored
    Multiple calls to RTCPeerConnection.Close would cause a segfault in
    OpenSSL. Closing the NetworkManager was incorrectly placed after
    the `isClosed` early return.
    
    This moves the networkManager.Close() after that early return
    
    Resolves #109
    64ea3a3c
    Fix RTCPeerConnection.Close segfault
    Sean DuBois authored
    Multiple calls to RTCPeerConnection.Close would cause a segfault in
    OpenSSL. Closing the NetworkManager was incorrectly placed after
    the `isClosed` early return.
    
    This moves the networkManager.Close() after that early return
    
    Resolves #109
Loading