예제 #1
0
def uninit():
    bus.unsubscribe(_on_unset)
    _cache.clear()
예제 #2
0
 async def on_close(self):
     bus.unsubscribe(self.on_notification)
예제 #3
0
 async def on_close(self):
     bus.unsubscribe(self.on_record_change)
예제 #4
0
 async def on_close(self):
     bus.unsubscribe(self.on_message)