You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: