agriculture-capstone / agriboard

The administrator dashboard for the agriculture stack
Other
1 stars 2 forks source link

Sync service modules never completing #88

Open Parasrah opened 6 years ago

Parasrah commented 6 years ago

Sync service runs once, and results in several pending promises preventing it from every updating the store again (probably same issue with trader)

Parasrah commented 6 years ago

@agriculture-capstone/developers This might be why the sync service is slowing things down, there may be an infinite loop dispatching events to the event loop, which could be starving UI interactions