Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Avoid race condition in FullExportProcessor by always sending IDEAL and INSTANT updates immediately. #20

Merged
merged 3 commits into from
Apr 3, 2016

Conversation

jboynes
Copy link
Contributor

@jboynes jboynes commented Jan 29, 2016

Work around for #19
TODO: Limit the transmission rate

@jboynes jboynes mentioned this pull request Jan 29, 2016
@rob42
Copy link
Contributor

rob42 commented Jan 31, 2016

Sending immediately solves the current problem, but the reason for the queue and buffer time were to avoid event firestorms, and bandwidth overload. I dont really want to loose that as the hardware this usually runs on lacks cpu headroom to deal with spikes in processing and network.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants