Hi
I am running two tasks on Core0 and Core1. Task one on Core0 creates one MessageQ to receive message from other Cores。I create another MessageQ on Core1 ,but whenever from Core0 or Core1, Message_open always outputs invalid queueId(65536), so Task on Core1 can't receive message from other Cores. Please help me, thanks.