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
thread '<unnamed>' panicked at flipt-engine-ffi/src/lib.rs:212:79:
Thank you @markphelps, that helps to understand the issue better. That unwrap could panic in many cases if there is an connection or configuration issue. It would be great if initialize_engine could return an error to upstream instead of panic. Don't know if that is possible with FFI.
Yeah agreed. We should see if we can recover from panic in FFI/Flipt Evaluation layer and always return an error instead of crashing the client. Will create an issue for this in the flipt-client-sdk repo
Yeah agreed. We should see if we can recover from
panic
in FFI/Flipt Evaluation layer and always return an error instead of crashing the client. Will create an issue for this in theflipt-client-sdk
repoOriginally posted by @markphelps in flipt-io/flipt#2791 (comment)
FLI-861
The text was updated successfully, but these errors were encountered: