-
Notifications
You must be signed in to change notification settings - Fork 812
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
Nil Pointer in MarshalTo/MarshalToSizedBuffer #651
Comments
@awalterschulze @jmarais what do you think about that? Should I commit this change? |
I am having the same problem here. Basically every time when Can we fix it? I don't want to switch to standard gRCP library due to number of reasons. |
Is there any update on this issue? |
gogofaster is non-thread-safe |
Got a grpc handler:
With default grpc-library there is no panic, protobuf 1.3.2 returns to a client an error:
But with gogofaster grpc server crashes with a panic:
Generated code:
There should be the check for a backward compatibility.
The entire application must not to be crashed in the runtime, it must return an error.
The right logic was described here grpc/grpc-go#532 (comment)
References #451 (comment)
The text was updated successfully, but these errors were encountered: