Skip to content

Commit eacdf1e

Browse files
committed
Updated dist files
1 parent a13eec1 commit eacdf1e

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

dist/ortc-min-gz.js

-5 Bytes
Binary file not shown.

dist/ortc-min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ortc-umd-min.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ return /******/ (function(modules) { // webpackBootstrap
658658
} else {
659659
ortc.sockjs.send("unsubscribe;" + ortc.appKey + ";" + channel);
660660
}
661+
662+
subscribedChannels[channel].isSubscribed = false;
661663
}
662664
}
663665
};
@@ -1540,10 +1542,6 @@ return /******/ (function(modules) { // webpackBootstrap
15401542

15411543
var channel = e.data;
15421544

1543-
if (subscribedChannels[channel]) {
1544-
subscribedChannels[channel].isSubscribed = false;
1545-
}
1546-
15471545
delegateUnsubscribedCallback(self, channel);
15481546
};
15491547

0 commit comments

Comments
 (0)