From 5cb8d914316f63ec7610137eb04267250a669cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 6 Feb 2026 16:45:23 -0800 Subject: [PATCH] added changelog file for #3616 --- changelog/3616.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3616.fixed.md diff --git a/changelog/3616.fixed.md b/changelog/3616.fixed.md new file mode 100644 index 000000000..392502161 --- /dev/null +++ b/changelog/3616.fixed.md @@ -0,0 +1 @@ +- Fixed function call timeout task not being cancelled when the handler completes without calling `result_callback` or is cancelled externally, which caused `RuntimeWarning: coroutine was never awaited`.