debug
This commit is contained in:
parent
c37c0656a7
commit
1ca1cc77cc
|
@ -68,6 +68,7 @@ void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
|
||||||
std::cerr << "Python interpreter not initialized" << std::endl;
|
std::cerr << "Python interpreter not initialized" << std::endl;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
boost::python::gil_scoped_acquire gil;
|
||||||
PyGILState_STATE gstate = PyGILState_Ensure();
|
PyGILState_STATE gstate = PyGILState_Ensure();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue