mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-07-30 22:53:18 +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.