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
Clarified Error Messages for a variety of conditions:
Adjusted the WindowsPipe to throw a proper RuntimeException in cases where we are unable to write to a IPC pipe (There is a difference from exists to can read/write)
A commit awhile ago broke the prior behavior, allowing the Pipe to be written to, causing another exception later. This change lets it fail more safely and as expected
Clarified the error message for when an IOException is thrown for the Mac/Unix pipes
Its a bit vague since it triggers under almost any type of operation failure
Replaced a printStackTrace call in IPCClient#connect for autoRegister behavior, so it'll now use the logger for the debugMode version
Clarified error message for if the WinRegistry constructor fails