You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added guard clause to stopCapture to prevent incomplete shutdown. (#1833)
* Added guard clause if `stopCapture` is called from the same thread that executes the callbacks.
* Added condition to skip throwing an error if stopCapture is called without a started capture.
0 commit comments