We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c3b8c commit c48700aCopy full SHA for c48700a
1 file changed
JoycontrolPlugin/loader.py
@@ -52,6 +52,7 @@ async def start(self, args):
52
except Exception as e:
53
logger.error(e)
54
finally:
55
+ logger.info('Stopping communication...')
56
await transport.close()
57
self.transport = None
58
self.joycontrol_cmd = None
0 commit comments