DerekGloudemans / distributed-detection

Performs stream processing (nominally object detection) across multiple worker processes with decentralized load balancing, decentralized database with eventual consistency, and basic fault monitoring.
0 stars 1 forks source link

Query Thread is not receiving queries #13

Closed DerekGloudemans closed 4 years ago

DerekGloudemans commented 4 years ago

Probably has to do with no_block UDP call so if the recv and send commands are not executed more or less simultaneously the mesage is missed.

DerekGloudemans commented 4 years ago

Symptomatic of other errors, not really an issue