68a9046e
by Dmitry Timoshkov at 2025-05-05T16:26:25-05:00
combase: Find correct apartment in ClientRpcChannelBuffer_SendReceive().
When an application has both apartment-threaded and multi-threaded apartments
then apartment_get_current_or_mta() may return wrong one, and later the oxid
check will fail. Probably it's better try to find correct apartment from the start.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>