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
Trying to get away from golang.org/x/net/context for my own projects, I wonder if it wouldn't be possible for grpc-gateway to switch using context from the standard library now. Specifically wouldn't it be ok to change this line to "context"?
I'd say yes. We should have the same support guarantees as the standard library which means current release - 2, which still leave us at 1.9. Context was added in 1.7. Would you be interested in contributing a fix for this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Refs #343
The text was updated successfully, but these errors were encountered: