python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What happened if you delete a field on protobuf?
example:
message Foo {
...
string AccountToken = 3
string BusinessToken = 4
...
}
since those 2 fields want to be deprecated by the project owner, can I safely remove those 2 fields just by d...
Kokizzu
Votes: 0
Answers: 2
gRPC "any" packing: No instance(s) of type variable(s) exist so that ShopData conforms to Message
I'm making a game with a custom server solution written in java that communicates with the game client using gRPC.
I'm attempting to pack a message (ShopData) into an "any" object, but it's ...
user2698342
Votes: 0
Answers: 0
Service compiling successfully, but message structs not generating - gRPC/Go
I am using gRPC/protobufs as the protocol to communicate between my client and server, both written in go. I'm able to run the command show below to generate the cards.pb.go (server) and cards_grpc.pb...
Sal
Votes: 0
Answers: 1
gRPC NotImplementedException though method is called
I was trying to play around with protobuf and gRPC in java while following the basic tutorial provided, Although I always tend to create my own scenario and build everything from the ground up. I lear...
Ingo H.
Votes: 0
Answers: 1