We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de005de commit ae0f0d9Copy full SHA for ae0f0d9
src/wokwi_client/client_sync.py
@@ -119,7 +119,7 @@ def disconnect(self) -> None:
119
120
# (2) Disconnect transport
121
with contextlib.suppress(Exception):
122
- self._call(self._async_client.disconnect())
+ self._call(self._async_client._transport.close())
123
124
# (3) Stop loop / join thread
125
if self._loop.is_running():
0 commit comments