getappmap / appmap-intellij-plugin

MIT License
38 stars 9 forks source link

Handle timeout when terminating processes on Windows #730

Closed jansorg closed 5 months ago

jansorg commented 5 months ago

Closes https://github.com/getappmap/appmap-intellij-plugin/issues/706

On Windows 10 or later, newer IDEs attempt to terminate processes via ctrl+c at first. The AppMap JSON-RPC server did not terminate within 5s and a timeout exception was thrown. We're now catching it to fallback to forced process termination.

appland-release commented 5 months ago

:tada: This PR is included in version 0.68.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: