summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/hashserv/client.py
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-10-06 21:57:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-11 11:00:06 +0100
commitcac6facc9dd125ccf156406f7f3fac84e97f28dc (patch)
tree510c7b8ceee7da97b94dbc3096dd621cdc278ee0 /bitbake/lib/hashserv/client.py
parentbaa7f7f62f2cda3cbfdb2b54b4edd4576f176f4b (diff)
downloadpoky-cac6facc9dd125ccf156406f7f3fac84e97f28dc.tar.gz
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>
Diffstat (limited to 'bitbake/lib/hashserv/client.py')
-rw-r--r--bitbake/lib/hashserv/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/hashserv/client.py b/bitbake/lib/hashserv/client.py
index 1a67c6982d..8cfd90d6a8 100644
--- a/bitbake/lib/hashserv/client.py
+++ b/bitbake/lib/hashserv/client.py
@@ -107,7 +107,6 @@ class Client(bb.asyncrpc.Client):
107 super().__init__() 107 super().__init__()
108 self._add_methods( 108 self._add_methods(
109 "connect_tcp", 109 "connect_tcp",
110 "close",
111 "get_unihash", 110 "get_unihash",
112 "report_unihash", 111 "report_unihash",
113 "report_unihash_equiv", 112 "report_unihash_equiv",