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
`
if p.interceptor != nil ; then:
primitive.WithMethod(ctx, primitive.SendSync) must change to ctx = primitive.WithMethod(ctx, primitive.SendSync)
primitive.WithMethod(ctx, primitive.SendAsync) must change to ctx = primitive.WithMethod(ctx, primitive.SendAsync)
primitive.WithMethod(ctx, primitive.SendOneway) must change to ctx = primitive.WithMethod(ctx, primitive.SendOneway)
`
if p.interceptor != nil ; then:
primitive.WithMethod(ctx, primitive.SendSync) must change to ctx = primitive.WithMethod(ctx, primitive.SendSync)
primitive.WithMethod(ctx, primitive.SendAsync) must change to ctx = primitive.WithMethod(ctx, primitive.SendAsync)
primitive.WithMethod(ctx, primitive.SendOneway) must change to ctx = primitive.WithMethod(ctx, primitive.SendOneway)
`
this is my PR #837 or anyone fix this bug
The text was updated successfully, but these errors were encountered: