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
As mentioned here by @s-sen , I think we should add a EvaluationContext param here.
I also believe we may want to declare a throws Exception to this method - we already wrap this method in a try/catch when it's called in the SDK, and it's quite realistic to see some initial handshake/etc failing in the init().
This hasn't been released yet, so there's no concern about this being a "breaking" change.
Correct, this comes from the requirement Requirement 2.4.1
The provider MAY define an initialize function which accepts the global evaluation context as an argument and performs initialization logic relevant to the provider.
As mentioned here by @s-sen , I think we should add a EvaluationContext param here.
I also believe we may want to declare a
throws Exception
to this method - we already wrap this method in a try/catch when it's called in the SDK, and it's quite realistic to see some initial handshake/etc failing in theinit()
.This hasn't been released yet, so there's no concern about this being a "breaking" change.
cc @Kavindu-Dodan @justinabrahms @s-sen @lopitz
The text was updated successfully, but these errors were encountered: