fixed auto subscription for new channels
This commit is contained in:
parent
373c9bb80f
commit
132e2f892e
1 changed files with 1 additions and 3 deletions
|
@ -336,9 +336,7 @@ export class ConnectionCommandHandler extends AbstractCommandHandler {
|
|||
}
|
||||
channel.updateVariables(...updates);
|
||||
if(tree.channelsInitialized) {
|
||||
if(this.connection.client.isSubscribeToAllChannels()) {
|
||||
channel.subscribe().then(undefined);
|
||||
}
|
||||
channel.updateSubscribeMode().then(undefined);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue