mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-28 09:36:41 +00:00
e828ed4ff4
TsmConsole created an aiohttp ClientSession and never closed it, and leaked it again when ws_connect failed. Neither was reachable before the connection path was repaired. It is closed on both paths, and starts as None so that closing before a connect does not trip over a missing attribute.