This topic created in 5456 days ago, the information mentioned may be changed or developed.
117行
self.wait_for_messages(self.async_callback(self.on_new_messages),
cursor=cursor)
async_callback看源码的注释里似乎已经从1.1开始就废除了
如果要修改的话应该怎么修改?
发现把async_callback删了也能正常运行,不知道有问题否
1 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
tioover Jun 5, 2011
知道了,这个方法没太多作用,不用管就行
|