在使用龙卷风的连接(swagger codegen)python服务器中的异步

时间:2016-08-26 18:22:04

标签: python tornado swagger coroutine

如果我将@ gen.coroutine添加到请求处理方法,由connexion生成,它会停止工作 - 断开与客户端的连接,不会返回任何内容。

如何使用connexion + tornado anyncronously? gen.sleep例如? 如果我在没有@ gen.coroutine的请求处理程序中产生gen.sleep,它不会等待指定的时间。

1 个答案:

答案 0 :(得分:0)

我找到了答案。 虽然不愉快......

https://waffle.io/zalando/connexion/cards/57c036758b96c67f0165fb9f

@funseiki ... giving it more though we would need to actually do quite some changes in other parts of the Connexion code to support Tornado async. For now the answer is "not possible". :/