Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RTCPeerConnection.Close segfault
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 branch information