SorcererX/SepiaStream

protobuf message passing to threads is completely locked

Closed this issue · 1 comments

Currently, as there was some minor issues with the implementation, only one thread at a time can process messages. It is desired that a message should be handed off to a thread, and another be processed immediately. This will mean messages will be processed out of sequence, but that is desired behavior.

OBE, comm2 solves this.