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

Improve TryReadStream with simplification & fix of Stream Invalid Length cutting off Streams #837

Closed
wants to merge 6 commits into from

Commits on May 21, 2024

  1. - Fix of Stream invalid Length issue (causing stream data not being f…

    …ully read).
    
    - Improve Stream read performance by simplifying TryReadStream(), avoiding use of MemoryStream, with benefice of already existing Memory Span of "inputBytes"
    sbruyere committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bb5a757 View commit details
    Browse the repository at this point in the history
  2. Fix uris

    sbruyere committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c66ddba View commit details
    Browse the repository at this point in the history
  3. - Fix of Stream invalid Length issue (causing stream data not being f…

    …ully read).
    
    - Improve Stream read performance by simplifying TryReadStream(), avoiding use of MemoryStream, with benefice of already existing Memory Span of "inputBytes"
    sbruyere committed May 21, 2024
    Configuration menu
    Copy the full SHA
    229da32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    339e344 View commit details
    Browse the repository at this point in the history
  5. - Fix of Stream invalid Length issue causing stream data being cut off:

    fix #809
    
    - Improve Stream Token read performance by:
      -  simplifying TryReadStream(), avoiding use of MemoryStream, with benefice of already existing Memory Span of "inputBytes"
      - removing the unecessary List<>
    sbruyere committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d58c1c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4024027 View commit details
    Browse the repository at this point in the history