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

Add message history and retransmission #3199

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    957b32d View commit details
    Browse the repository at this point in the history
  2. remove console.log call

    afullerx committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ce74dca View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    4754e47 View commit details
    Browse the repository at this point in the history
  2. update docstring

    afullerx committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    61bd0ad View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. add retransmit ID

    afullerx committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0a5712b View commit details
    Browse the repository at this point in the history
  2. minor refactor

    afullerx committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9161d4e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. code review

    falkoschindler committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7ac6136 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    bd29dc4 View commit details
    Browse the repository at this point in the history
  2. lower overhead

    afullerx committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8606c5e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. add emit target filter

    afullerx committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    87bd9e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. fix on air compatibility

    afullerx committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    744ea93 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. code review

    falkoschindler committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    230adce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb0f16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0074677 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    0deb85d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    a3631b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbbfd6 View commit details
    Browse the repository at this point in the history
  3. wrap message payload

    afullerx committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a8ace71 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    33e890e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    18e3d9d View commit details
    Browse the repository at this point in the history
  2. code review

    falkoschindler committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2163fe0 View commit details
    Browse the repository at this point in the history
  3. fix pytest fixture

    falkoschindler committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2daa782 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    8edf298 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into message-retransmission

    # Conflicts:
    #	nicegui/static/nicegui.js
    falkoschindler committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f0eb99c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    16098a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    d3448c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3408c38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69e8a52 View commit details
    Browse the repository at this point in the history