Andrew Magerman
Andrew Magerman
async def async_finalize(self) -> None: log.debug('start async_finalize') # closes properly the transport, which in turn properly closes the async clients await self.client.transport.aclose() log.debug('end async_finalize')
you'd call it at the very end of your program i.e. ``` def exit(self) -> None: if self.run_asynchroneously: loop = asyncio.get_event_loop() loop.run_until_complete(self.async_finalize()) ```
+1 here for a project in Switzerland, we are also blocked. @mvantellingen, do you need help/support?
I have the same issue. I'm doing a workaround of cmd-a, cmd-shift-G. Observed behaviour: cursor within blocks: abovementioned error message gets shows. part of code selected: no preview generation everything...
where is the helpers.py file?
+1 from us as well - we use heavily zeep, Support for python 3.12 would be hugely appreciated.