We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e44656 commit 14ddbeeCopy full SHA for 14ddbee
client.go
@@ -82,6 +82,8 @@ func newClientImpl(sdkKey string, options *Options) (*Client, *initContext) {
82
83
func (c *Client) init(context *initContext) {
84
c.evaluator.initialize(context)
85
+ c.evaluator.store.mu.RLock()
86
+ defer c.evaluator.store.mu.RUnlock()
87
context.Success = c.evaluator.store.source != sourceUninitialized
88
context.Source = c.evaluator.store.source
89
}
0 commit comments