Exemplo n.º 1
0
 def finish(self):
     client_id = self.protocol.client_id
     for topic in self._published:
         manager.unregister(client_id, topic)
     self._published.clear()
Exemplo n.º 2
0
 def finish(self):
     client_id = self.protocol.client_id
     for topic in self._published:
         manager.unregister(client_id, topic)
     self._published.clear()
Exemplo n.º 3
0
 def unregister(self):
     manager.unregister(self.client_id, self.topic)
Exemplo n.º 4
0
 def unregister(self):
     manager.unregister(self.client_id, self.topic)