Closed jansorg closed 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.
:tada: This PR is included in version 0.68.0 :tada:
The release is available on:
v0.68.0
Your semantic-release bot :package::rocket:
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.