mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-05 04:27:56 +00:00
5aec0e69f5
The check for sharing a live session compared the credentials a session keeps encoded against the strings every caller passes, so it never matched and each caller built another session beside the one it could not see. Normalise both sides. Three commands to one bmc went from three sessions on three sockets to one, and from five sessions open on the bmc to three. Not from the port to asyncio: upstream compares the same two things the same way.