增加新的接收信息装饰器, 并支持自定义函数接受信息类型, 增加防撤回

This commit is contained in:
Mr.yang
2023-10-08 22:41:25 +08:00
parent f321ed6d85
commit 15a6264f0d
6 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class messageList(list):
super(messageList, self).__init__(*args, **kwargs)
self.__isRunning = True
self.__th = None
self.__time_step = 2*60
self.__time_step = 3*60
self.__msg_queen = queue.Queue()
self.start()