Actions
Feature #4623
closedUse Logic class instead of Socket from ChronoSync
Start date:
05/30/2018
Due date:
% Done:
100%
Estimated time:
Description
Currently we use socket which provides publishData function where we put dummy data. We do the publishing and fetching ourselves and use ChronoSync to sync up the sequence numbers. Using Socket means listening on user prefixes and signing the dummy data and putting it in ChronoSync's in memory cache unnecessarily.
Updated by Ashlesh Gawande over 6 years ago
- Status changed from New to Code review
Updated by Ashlesh Gawande over 6 years ago
- Status changed from Code review to Closed
- % Done changed from 0 to 100
Actions