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

Receiver and Sender functions can't communicate #1

Closed DerekGloudemans closed 4 years ago

DerekGloudemans commented 4 years ago

But receive_messages can receive images from im_publish. Perhaps there is an issue in the type of data being sent?

DerekGloudemans commented 4 years ago

Resolved in develop branch and merged to master