I'm trying to create workertread's with new wrtc.RTCPeerConnection object in ever thread and in second created thread NodeJS throw the error: "HandleScope::HandleScope Entering the V8 API without proper locking in place". Not shure, but, in my opinion, this error throw because wrtc addon not context-aware addon. Maybe I'm wrong... Thank you in advance for reply.
I'm trying to create workertread's with new wrtc.RTCPeerConnection object in ever thread and in second created thread NodeJS throw the error: "HandleScope::HandleScope Entering the V8 API without proper locking in place". Not shure, but, in my opinion, this error throw because wrtc addon not context-aware addon. Maybe I'm wrong... Thank you in advance for reply.