-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
Error while trying to read a message in Go client sent by C# server #724
Comments
Hi,
|
Hi, this is not currently supported. The Go version has not been ported to the latest network protocol as used by the C# version. |
Can we expect an updated Go version? If yes, Can you tell us when can we expect it. If no, Can you suggest any work around( an alternate) |
I think it would be ethical and responsable to the project to not mention that its cross platform. I spent months thinking that its cross platform only to run into this and find that it is not true. I listened to Roger on podcast talking about it being cross platform. It is not true that it is cross platform, at least not yet. |
Hello, I'm trying to make a remote chat between an C# Server and Go Client, but I'm getting this error:
INFO [REMOTE] EndpointReader failed to read error="rpc error: code = Internal desc = grpc: failed to unmarshal the received message proto: cannot parse invalid wire-format data"
It happens when I send a message to my Go client, even using Proto.actor built-in messages I still got this exception, what could be wrong ? I'm pretty sure that there's nothing wrong with the proto message, since I've serialized it to an .bat (in the C# server) then opened and unmarshaled it on my Go client with sucess.
Is there something that I've to add in my Go Client to unmarshal protobuffer messages from C# ?
I'm new to Proto.Actor so I wonder if I'm missing something to communicate actors from different languages.
The text was updated successfully, but these errors were encountered: