red5pro / react-native-red5pro

React Native Red5 Pro Publisher/Subscriber
https://www.red5pro.com/
Other
34 stars 20 forks source link

mIsPublisherSetup is never set to false in cleanup/unpublish #33

Open GimpMaster opened 6 years ago

GimpMaster commented 6 years ago

As I was working on the Cordova plugin I noticed this variable only ever gets set to true, but never set to false in cleanup/unpublish.

mIsPublisherSetup = true;