We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c318a5a + 459f7c2 commit 0cebdefCopy full SHA for 0cebdef
cluster/default_context.go
@@ -39,7 +39,7 @@ func (dcc *DefaultContext) Request(identity, kind string, message interface{}, o
39
var resp interface{}
40
41
var counter int
42
- callConfig := DefaultGrainCallConfig(dcc.cluster)
+ callConfig := NewGrainCallOptions(dcc.cluster)
43
for _, o := range opts {
44
o(callConfig)
45
}
0 commit comments