Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Windows
-
Patch Available
Description
Currently the named pipe server cannot be stopped gracefully due to the way ConnectNamedPipe() works for synchronous named pipes. The recommended solution is to run the pipe in "overlapped" mode, allowing the transport to be closed cleanly.
Attachments
Attachments
Issue Links
- is cloned by
-
THRIFT-1890 C++: Make named pipes server work asynchronously
- Closed