[
https://issues.apache.org/jira/browse/THRIFT-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jake Farrell closed THRIFT-1776.
--------------------------------
Resolution: Fixed
> TPipeServer should implement "listen", so that TServerEventHandler preServe
> will work right
> -------------------------------------------------------------------------------------------
>
> Key: THRIFT-1776
> URL: https://issues.apache.org/jira/browse/THRIFT-1776
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Environment: Windows
> Reporter: Ben Craig
> Assignee: Ben Craig
> Fix For: 0.10.0
>
>
> Currently, TPipeServer's named pipe half "listens" and "accepts" in
> acceptImpl. This means that TServerEventHandler's preServe() callback will
> be fired before TPipeServer is really listening.
> It shouldn't be too hard to fix this for named pipes, as there is already a
> TCreateNamedPipe method. If that gets called in listen, it will probably fix
> this issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)