标签: tornado coroutine nsq
我想要的只是在线程中运行ioloop,并将消息写入nsqd。这是一个尝试:
NULL
但它没有用。你可以帮帮我吗?谢谢!
答案 0 :(得分:0)
您从未运行nsq.run(),因此未打开任何关联,Writer无法发布消息。 请参阅文档中的示例:https://pynsq.readthedocs.org/en/latest/writer.html,它使用PeriodicCallback每秒发送一次消息。
nsq.run()
Writer
PeriodicCallback