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`.