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

Issue #5368 - ensure onMessage exits before next frame is read #5377

Merged
merged 8 commits into from Oct 16, 2020

Commits on Oct 1, 2020

  1. Issue #5368 - ensure onMessage exits before next frame is read

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 1, 2020
    Copy the full SHA
    941ffce View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Issue #5368 - warn if MessageInputStream closed without fully consuming

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 6, 2020
    Copy the full SHA
    6c94ef5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Copy the full SHA
    7df0dfa View commit details
    Browse the repository at this point in the history
  2. Issue #5368 - when resuming always call onFillable from newThread.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 7, 2020
    Copy the full SHA
    aa12999 View commit details
    Browse the repository at this point in the history
  3. allow MessageInputStream to read multiple bytes at a time

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 7, 2020
    Copy the full SHA
    0994768 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. move logic from messageComplete into appendFrame with fin==true

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 13, 2020
    Copy the full SHA
    419eefc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Issue #5368 - changes from review

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 15, 2020
    Copy the full SHA
    680020d View commit details
    Browse the repository at this point in the history
  2. Issue #5368 - add tests for not reading to end of InputStream

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 15, 2020
    Copy the full SHA
    be041d3 View commit details
    Browse the repository at this point in the history