Add missing _registeredChannels attribute to AIR.
This commit is contained in:
parent
c245e6fea7
commit
f9c47b0fb5
|
|
@ -32,6 +32,7 @@ class AstronInternalRepository(ConnectionRepository):
|
|||
|
||||
maxChannels = self.config.GetInt('air-channel-allocation', 1000000)
|
||||
self.channelAllocator = UniqueIdAllocator(baseChannel, baseChannel+maxChannels-1)
|
||||
self._registeredChannels = set()
|
||||
|
||||
self.ourChannel = self.allocateChannel()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue