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

Fix SerialPort memory leak when requests time out and no data is received #68014

Merged
merged 4 commits into from
Aug 10, 2022

Commits on Apr 14, 2022

  1. Prevent a memory leak when requests time out and no data is being rec…

    …eived on the serial port. Implement a custom SynchronizedQueue to ensure completed SerialStreamIORequests are eligible for GC.
    bklop committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f969ff8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    5238398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    327c3f9 View commit details
    Browse the repository at this point in the history