Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mathworks/matlab-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.3.1
Choose a base ref
...
head repository: mathworks/matlab-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 16, 2024

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

Commits on Dec 20, 2024

  1. Fixes hang when stopping MATLAB from matlab-proxy.

    This issue usually only occurs when MATLAB cold starts for the first time through matlab-proxy. In this state, the matlab-proxy process shares a pipe with the MathWorksServiceHost process and waits for ever for that pipe to close. This change closes the shared stderr pipe before waiting for MATLAB to terminate.
    
    fixes #44
    krisctl authored and prabhakk-mw committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    935dc41 View commit details
    Browse the repository at this point in the history
  2. Update to v0.23.4

    prabhakk-mw committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    6b42176 View commit details
    Browse the repository at this point in the history
Loading