Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Propagate connection closed and errors for message exchange #83

Merged
merged 5 commits into from
Nov 8, 2019

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    1f233c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c153c84 View commit details
    Browse the repository at this point in the history
  3. Dispose RequestQueue when connection close

    Request queue need to be dispose for avoid memrory leak.
    Check termination signal instead of completation signal for log the exchange cancel.
    mirromutth committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    0f4713a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Fix memory leak when connection crashes

    Built-in complete signal check only that before sending a request message instead of before whole exchange.
    mirromutth committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    51792d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

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