Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON-RPC: retrieve events via long polling #4341

Merged
merged 5 commits into from
Apr 22, 2023

Commits on Apr 21, 2023

  1. JSON-RPC: retrieve events via long polling

    This way is more compatible to JSON-RPC libraries
    that do not support receiving notifications from the server
    and allows describing event types in the OpenRPC specification.
    
    Event thread converting events to notifications in the FFI
    is removed, so it is now possible to construct a dc_jsonrpc_instance_t
    while still retrieving events via dc_event_emitter_t.
    link2xt committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2cd82d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0817d View commit details
    Browse the repository at this point in the history
  3. boolean

    link2xt committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    8b0dfe4 View commit details
    Browse the repository at this point in the history
  4. Fixup for TypeScript

    link2xt committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2b44f9f View commit details
    Browse the repository at this point in the history
  5. fixups

    link2xt committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f3248b9 View commit details
    Browse the repository at this point in the history