SignalK / signalk-server-java

DEPRECATED - see https://github.com/SignalK/signalk-java
Apache License 2.0
6 stars 9 forks source link

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

Closed jboynes closed 8 years ago

jboynes commented 8 years ago

Work around for #19 TODO: Limit the transmission rate

rob42 commented 8 years ago

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.