Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Even for queries with "persistent" set to true, CefQueryCallback->Success clears the reference to the callback #398

Copy link
Copy link
Open
@magreenblatt

Description

@magreenblatt
Issue body actions

Original report by Harsha Hapuarachchi (Bitbucket: harsharest).


CEF_VERSION - 87.1.12

The CEF message router docs describe multiple workflows for queries, one being the "subscription" style where the "persistent" flag is set to true in JS. In the "subscription" style workflow, the success callback can be repeatedly called.

Currently JCEF does not take this persistent value into account, and clears the reference to the CefMessageRouterBrowserSide::Callback when success is called. This results in a somewhat surprising behavior as the the callback's success method can be called repeatedly from java, however it does not result in the callback being called again.

Same issue as : #186/even-for-queries-with-persistent-set-to

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug reportBug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.