Skip to content

CefApp: Propagate failed state - #45

Open
Constantin Piber (cpiber) wants to merge 1 commit into
JetBrains:devfrom
cpiber:init-error
Open

CefApp: Propagate failed state#45
Constantin Piber (cpiber) wants to merge 1 commit into
JetBrains:devfrom
cpiber:init-error

Conversation

@cpiber

Copy link
Copy Markdown

At the moment, initialize calls ourStartupFeature.completeExceptionally(e); silently, which is never reacted to, so JCEF just silently does nothing in error cases. With this commit, all failure paths should log and transition to a failed state, allowing library consumers to react.

At the moment, `initialize` calls `ourStartupFeature.completeExceptionally(e);` silently, which is never reacted to, so JCEF just silently does nothing in error cases. With this commit, all failure paths should log and transition to a failed state, allowing library consumers to react.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant