1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

bitbake: async: Close sync client event loop

Prevents `ResourceWarning: unclosed event loop` warnings when using the
synchronous client and python exits

(Bitbake rev: 8b95972bc04ce52a98c7780184af15a5e95f987b)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Watt
2021-10-06 21:57:06 -05:00
committed by Richard Purdie
parent baa7f7f62f
commit cac6facc9d
2 changed files with 8 additions and 2 deletions
-1
View File
@@ -107,7 +107,6 @@ class Client(bb.asyncrpc.Client):
super().__init__()
self._add_methods(
"connect_tcp",
"close",
"get_unihash",
"report_unihash",
"report_unihash_equiv",