Skip to content

Commit

Permalink
Cleanup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchudziak committed Aug 16, 2016
1 parent cfdd8a5 commit e0eec65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RCTOpenTokSubscriberView.m
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ - (void)subscriberDidConnectToStream:(OTSubscriberKit*)subscriber {

- (void)subscriberDidDisconnectFromStream:(OTSubscriberKit*)subscriber {
_onSubscribeStop(@{});
[self cleanupSubscriber];
}

- (void)subscriberDidReconnectToStream:(OTSubscriberKit*)subscriber {
Expand Down

0 comments on commit e0eec65

Please sign in to comment.