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

chore: Cherrypick commits to rel 0.13.x #3531

Merged
merged 2 commits into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. fix: Close opened BSR files (#3519)

    * fix: Close opened BSR files
    
    - Add checks to close a file if it's not nil
    - Close files opened during reads for `OpenSession`, `OpenConnection` & `OpenChannel`
    - Close opened scanner readers
    elimt committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    416c0a4 View commit details
    Browse the repository at this point in the history
  2. chore: BSR container close check (#3528)

    Add check to make sure container isn't nil before `container.close()` is called
    elimt committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    706ee2a View commit details
    Browse the repository at this point in the history