dataChannelId crash

After joinning a room, call sendTransport ->ProducteData function, which crashes at auto dataChannelId occasionally

Can you please open a github issue and provide the crash stack trace?

First ensure it’s a real worker process crash and not anything else.


Sorry, it shouldn’t be a crash of the worker process, but a crash when creating a unique pointer

Please report a proper issue in libmediasoupclient GitHub project. It was not even clear whether this was about mediasoup server or libmediasoupclient.

Looks like invalid SendTransport::Listener pointer was passed to Device::CreateSendTransport. And it has nothing to do with the libmediasoupclient code.

Sorry, it’s an issue with my code and it has now been resolved