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
I am running simple IPC server presented in jsonrpc examples on windows.
After sending request from the first connection and immediate pipe closing the second connection can't be established.
I've run IPC monitor in IO Ninja and see the following log:
PID #9272 file #10: Server file opened: \Pipe.Server
PID #5976 file #11: Client file opened: \Pipe.Server
<stripped data>
File closed
PID #5976: Cannot open client file \Pipe.Server: All pipe instances are busy.
I've run server with Trace log level and don't see any logs on a connection attempt. Just starting logs:
I am running simple IPC server presented in jsonrpc examples on windows.
After sending request from the first connection and immediate pipe closing the second connection can't be established.
I've run IPC monitor in IO Ninja and see the following log:
I've run server with Trace log level and don't see any logs on a connection attempt. Just starting logs:
The text was updated successfully, but these errors were encountered: