libdatachannel icon indicating copy to clipboard operation
libdatachannel copied to clipboard

rtc::PeerConnection::close() causes the application to crash when called multiple times

Open vietdungdev0106 opened this issue 6 months ago • 1 comments

Hello author. I encountered a problem when I closed 1 Peer multiple times and the error log is below. I wonder if anyone has the same error as me?

(std::__ndk1::function<void (rtc::PeerConnection::State)>::operator()(rtc::PeerConnection::State) const+60) (BuildId: 17c6e24c2208acb2d1e627a27f8a3f60e03ad59a) (ZNK3rtc21synchronized_callbackIJNS_14PeerConnection5StateEEE4callES2+104) (BuildId: 17c6e24c2208acb2d1e627a27f8a3f60e03ad59a) (ZNK3rtc21synchronized_callbackIJNS_14PeerConnection5StateEEEclES2+80) (BuildId: 17c6e24c2208acb2d1e627a27f8a3f60e03ad59a) (rtc::impl::PeerConnection::changeState(rtc::PeerConnection::State)+588) (BuildId: 17c6e24c2208acb2d1e627a27f8a3f60e03ad59a) (rtc::impl::PeerConnection::closeTransports()+260) (BuildId: 17c6e24c2208acb2d1e627a27f8a3f60e03ad59a) (rtc::impl::PeerConnection::remoteClose()+212) (BuildId: 17c6e24c2208acb2d1e627a27f8a3f60e03ad59a) (rtc::impl::PeerConnection::close()+372) (BuildId: 17c6e24c2208acb2d1e627a27f8a3f60e03ad59a) (rtc::PeerConnection::close()+52) (BuildId: 17c6e24c2208acb2d1e627a27f8a3f60e03ad59a)

vietdungdev0106 avatar Aug 09 '24 12:08 vietdungdev0106