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

Implement data-stream like functionality for the server #47

Merged
merged 6 commits into from
Nov 1, 2024

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    e3d9d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c8add9 View commit details
    Browse the repository at this point in the history
  3. Revert "Refactored cleanup section by removing useless if-guards"

    This reverts commit e3d9d2d.
    skelly committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a0933d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d5bdb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Modified server to avoid consuming physical space by staging the frac…

    …tions in a queue-like manner.
    
    Client needs to be adapted to work with the new changes.
    skelly committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9ad9dc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Refactored server to use a set instead of a queue, used a unique iden…

    …tifier for each client. Fixed client code, everything works fine
    skelly committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3874522 View commit details
    Browse the repository at this point in the history