@ gen.coroutineをconnexionによって生成された処理メソッドを要求するように追加すると、クライアントとの接続が中断され、何も返されません。非同期in connexion(swagger codegen)竜巻を使用したPythonサーバー
connexion + tornadoの使用方法anyncronously?例えば、gen.sleep? @ gen.coroutineのないリクエストハンドラでgen.sleepを返すと、指定された時間だけ待機しません。
@ gen.coroutineをconnexionによって生成された処理メソッドを要求するように追加すると、クライアントとの接続が中断され、何も返されません。非同期in connexion(swagger codegen)竜巻を使用したPythonサーバー
connexion + tornadoの使用方法anyncronously?例えば、gen.sleep? @ gen.coroutineのないリクエストハンドラでgen.sleepを返すと、指定された時間だけ待機しません。
答えが見つかりました。 これは、しかし..
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". :/