FissionAndFusion / FnFnCoreWallet

FnFn Core Wallet
MIT License
17 stars 4 forks source link

Multithread CNetChannel timing problem and other bug. #238

Closed sunhantao closed 5 years ago

sunhantao commented 5 years ago
  1. Add CWalleveMultiEventQueue likes CWalleveEventQueue, and IIOMultiModule like IIOModule. CNetChannel inherits from IIOMultiModule. CWalleveMultiEventQueue guarantees the order of the same nonce and the order of all events by time.
  2. Completed task#219
  3. Completed task#220