I cloned the master branch and compiled (VStudio 2010) and set up a basic console app to instantiate the ‘usage_shows_how’ class from the ClientAPI. The only thing I executed is the read_from() sample. It does the write_to calls just fine but the
var task = connection.ReadEventStreamAsync(“test”, 0, 2);
call fails with an ‘unexpected boolean value’ error from protobuf. Am I missing something here?
Darren