matroskin8

Results 2 comments of matroskin8

looks like i got the same issue: [rabbitCli.create_vhost(vHost) for vHost, ex in mqCfg['exchanges']] [rabbitCli.set_vhost_permissions(vHost, user, '._', '._', '.*' for vHost, ex in mqCfg['exchanges']] [rabbitCli.create_exchange(vHost, ex, 'topic') for vHost, ex in...

Found that `locked()` returns wrong value coz `self._uuid = None`, should it check db if no uuid?