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;
|
||||
return;
|
||||
}
|
||||
boost::python::gil_scoped_acquire gil;
|
||||
PyGILState_STATE gstate = PyGILState_Ensure();
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue