We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08dcec commit 8a08efdCopy full SHA for 8a08efd
src/scripts/autocast.js
@@ -45,6 +45,7 @@ function onOpen() {
45
}
46
47
export function initialize() {
48
+ console.debug('[autoCast] initializing connection listener');
49
ServerConnections.getApiClients().forEach(apiClient => {
50
Events.off(apiClient, 'websocketopen', onOpen);
51
Events.on(apiClient, 'websocketopen', onOpen);
0 commit comments