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
We are aware of this and have attempted to make the switch along with grpc-go. Unfortunately without this projects dependencies being moved over, we can't move over. I'm going to close this in favour of older bugs. Feel free to subscribe to those to track progress.
brief comment for others: my interface implementation file automatically added a "context" import. so i just have to manually change that to "golang.org/x/net/context" in order to prevent getting an error from RegisterServiceServer
The gate way generated code, use
"golang.org/x/net/context"
Plz , use context instead.
The text was updated successfully, but these errors were encountered: