mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-28 01:26:44 +00:00
92c9abc74a
sockapi sent its collective refusal without awaiting tlvdata.send. redfish handle_sensors returned a coroutine from most branches and None from the short ones, so the caller's await raised TypeError; it is a coroutine throughout now. console send_payload waited for a response without awaiting the wait. Two suppressions are pyrefly limitations rather than bugs: Session defines an async __new__, and the keepalive registry holds coroutine functions in an untyped dict.