react-native-nodemediaclient
react-native-nodemediaclient copied to clipboard
java.lang.IllegalStateException
Hi, Experiencing the following in production. Happens when the component is unmounting.
java.lang.IllegalStateException: at android.graphics.SurfaceTexture.nativeUpdateTexImage (Native Method) at android.graphics.SurfaceTexture.updateTexImage (SurfaceTexture.java:248) at cn.nodemedia.NodeCameraView.onDrawFrame (NodeCameraView.java:324) at android.opengl.GLSurfaceView$GLThread.guardedRun (GLSurfaceView.java:1573) at android.opengl.GLSurfaceView$GLThread.run (GLSurfaceView.java:1272)
https://developer.android.com/reference/android/graphics/SurfaceTexture#detachFromGLContext()
https://developer.android.com/reference/android/graphics/SurfaceTexture#detachFromGLContext()
U resolve this issue?