Hello! ``` result = loop.run_until_complete(self._call(method, params or kwargs)) loop.close() ``` If the method fails/throws an exception, the loop does not close.
Hello!
If the method fails/throws an exception, the loop does not close.