問題タブ [asyncpg]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - RuntimeWarning: コルーチンは待機されませんでした。コールバックを非同期/待機する方法
Web ソケットを提供するクラスがあり、PostgreSQL をリッスンします。asyncpg を使用して、add_listener を使用しようとすると、次のエラーが表示されます: RuntimeWarning: コルーチンが待機されませんでした。コールバックを非同期/待機する方法。「await self.listener」を追加してみましたが、うまくいきません。
これを別の方法で処理する方法はありますか?