Hi, I'm making my first attempt at implementing an endpoint coprocessor.
I've written and built the protobuf, coprocessor class and client side code. In my first unit test, I thought it would be fun to see what happens if the coprocessor was not loaded on the server side. I imagined that I would get some exception, but instead the behavior I see is no exception, but instead a result of zero messages. Is this normal behavior? Thanks, Dave
