-
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
Sean DuBois authoredMultiple 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