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

Problem connecting to Go based grpc server #64

Open
finalclass opened this issue Dec 5, 2024 · 0 comments
Open

Problem connecting to Go based grpc server #64

finalclass opened this issue Dec 5, 2024 · 0 comments

Comments

@finalclass
Copy link

finalclass commented Dec 5, 2024

Greeter example in this repo works fine as long as both client and server are implemented in OCaml.
I tried implementing the server in Go: https://github.com/finalclass/greeter-grpc-example (you can run it with make run)
and then run the greeter_client_eio.exe World but it hangs.

Trying the same with a JS based client works fine (the JS client is included in the go example repository). This suggests that there might be something different in the ocaml's/eio's implementation of client.

I'm attaching a gif with demo of the issue
Peek 2024-12-05 21-07

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

1 participant