Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0-beta4
-
None
Description
While trying to use the pipe transport for some unit tests I found that the transport server bit never called it's accept listener, tracked down to a missing call to resume() on the server's dispatch source, attached patch adds that in.