mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-03 16:07:00 +00:00
6650a01a25
Fallback paths called OEM handler constructors directly, but these handlers are initialized through async create factories. This caused generic, TSMA, and SMM3 selection to fail with 'OEMHandler() takes no arguments'. Use and await the factories consistently. Also await the asynchronous bmcinfo lookup and forward the TSMA pool argument correctly.