added changelog file for #3616

This commit is contained in:
Aleix Conchillo Flaqué
2026-02-06 16:45:23 -08:00
parent ce690848c0
commit 5cb8d91431

1
changelog/3616.fixed.md Normal file
View File

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