aboutsummaryrefslogtreecommitdiffstats
path: root/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 10:58:44 +0100
commit8b95972bc04ce52a98c7780184af15a5e95f987b (patch)
tree39817c17589c7611a59e3ff7bc62522466c322a9 /lib/hashserv/client.py
parentda543cdaf88a387675e25d3555765f1146e4105e (diff)
downloadbitbake-8b95972bc04ce52a98c7780184af15a5e95f987b.tar.gz
async: Close sync client event loop
Prevents `ResourceWarning: unclosed event loop` warnings when using the synchronous client and python exits Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/hashserv/client.py')
-rw-r--r--lib/hashserv/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hashserv/client.py b/lib/hashserv/client.py
index 1a67c6982..8cfd90d6a 100644
--- a/lib/hashserv/client.py
+++ b/lib/hashserv/client.py
@@ -107,7 +107,6 @@ class Client(bb.asyncrpc.Client):
super().__init__()
self._add_methods(
"connect_tcp",
- "close",
"get_unihash",
"report_unihash",
"report_unihash_equiv",