MP starts again...
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ export class WssConnexion {
|
||||
subscribeMandatoryChans(){
|
||||
let mandaChans = this.accessRights.mustSubscribe(this.userId, this.roles)
|
||||
for(let rediscnx of this.allRediscnx){
|
||||
mandaChans = mandaChans.filter(chan => chan.startsWith(rediscnx.redisConfig.chansFilter))
|
||||
mandaChans = mandaChans.filter(chan => chan.startsWith(rediscnx.redisConfig.chansNamespace))
|
||||
mandaChans = mandaChans.map(item=>rediscnx.redisConfig.basePrefix+item)
|
||||
for(var chan of mandaChans){
|
||||
if(!(chan in rediscnx.subscriptions)) rediscnx.subscriptions[chan] = [];
|
||||
|
||||
Reference in New Issue
Block a user