huntlabs / grpc-dlang

Grpc for D programming language, hunt-http library based.
Apache License 2.0
44 stars 6 forks source link

SimpleDemo not working correctly #17

Open TimCoraxAudio opened 3 years ago

TimCoraxAudio commented 3 years ago

Python and D examples are not able to properly talk to each other. D example client can talk to the D server, but not Python to D or D to Python. If you run the D server and Python client, the client calls SayHello and never returns but the server receives the message, just no response back. I'm not sure if the server has physically sent a response or not. If you run the Python server and the D client, the server never receives the message and the client never return from the first call to SayHello

Software versions:

Heromyth commented 3 years ago

Yes. We are handling this. See also: https://github.com/huntlabs/grpc-dlang/issues/15.