hi there. i built debug builds of protobuf-3.0.0-alpha-3, grpc-master (from today), and hello world from grpc-common-master with visual studio 2013, both server and client run and connect to each other, but protobuf fails at coded_stream.cc:550 CHECK failed (0) == (BufferSize())
as soon as the client connects.
an additional error below (on the server side) says (from grpc-master/src/core/surface/completion_queue.c:117) assertion failed: cc->queue == NULL
Any ideas how to start debugging this?
(this is c++ helloworld)
hle_ has quit
dragon55 has quit
or if anybody is doing windows builds and can confirm that this works at all with the latest protobuf that would be cool.