Using the reentry messages from the network module through the cosmos message router defeats the purpose. The reentry messages use the action executor, which has race condition protections. But when using the cosmos message router, you get race conditions when getting the message signers. So, you need to sequentialize actions BEFORE entering the cosmos message router.