Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleDemo not working correctly #17

Open
TimCoraxAudio opened this issue Dec 15, 2020 · 1 comment
Open

SimpleDemo not working correctly #17

TimCoraxAudio opened this issue Dec 15, 2020 · 1 comment

Comments

@TimCoraxAudio
Copy link

TimCoraxAudio commented Dec 15, 2020

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:

  • xubuntu 20.04
  • grpc-dlang v0.3.0-beta.5
  • dmd 2.094.2
  • dub 1.22.3
  • python 3.8.5 64-bit
  • grpcio 1.34.0
  • grpcio-tools 1.34.0
@Heromyth
Copy link
Collaborator

Yes. We are handling this.
See also: #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants