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

fix(RawImageDisplayArea): add user_data echo when frame received #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 5, 2024

  1. fix(RawImageDisplayArea): add ack_id echo and user_data event when fr…

    …ame received
    
    When a frame is sent by the server to the RawImageDisplayArea, allow
    the inclusion of `ack_id` in the meta information, which is sent
    as message back to the server when the frame is received. Allows the
    server to track if the client is keeping up with the frames sent.
    
    Also allow `user_data` in the meta information, which is propagated
    to the client as a Vue event.
    aronhelser committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    29c66cb View commit details
    Browse the repository at this point in the history