mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-07-07 08:59:53 +00:00
The on-chain Register submit and the membership-PDA confirmation poll are now two separate Q_INVOKABLEs (register_member + is_member_registered) so the RPC thread isn't blocked during the on-chain wait. The Nim gifter closure owns the confirmation loop and yields cleanly via async sleepAsync between polls.