You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS, when you run Start-Aish to open up the sidecar, then exit from AISH and exit that sidecar pane, and run Start-Aish again, it will fail with the error "A connected channel already exists".
On Windows, the second Start-Aish will succeed as expected. This is because when AISH exit, the pipe can detect its status to be broken automatically on Windows, but not so on macOS.
Need to find better way to detect pipe status on macOS.
Summary of the new feature / enhancement
On macOS, when you run
Start-Aish
to open up the sidecar, then exit from AISH and exit that sidecar pane, and runStart-Aish
again, it will fail with the error "A connected channel already exists".On Windows, the second
Start-Aish
will succeed as expected. This is because when AISH exit, the pipe can detect its status to be broken automatically on Windows, but not so on macOS.Need to find better way to detect pipe status on macOS.
Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: