Keith Duncan

Results 67 comments of Keith Duncan

The only problem class is NSStream/CFStream which doesn’t support dispatch scheduling, these classes can be replaced with custom stream subclasses that do support dispatch scheduling for file descriptors, or wait...

Started `AFNetworkStream` to support dispatch scheduling of file descriptor based socket but doesn’t support connect by name so it can’t replace NSInputStream/NSOutputStream

_From [email protected] on August 22, 2009 22:19:34_ The server should also implement the NSNetServiceBrowser delegate methods so that it can readvertise as appropriate.

_From [email protected] on November 25, 2012 13:19:05_ There’s a method for this on `AFNetworkServer` but I need to reaffirm that it actually works

_From [email protected] on September 02, 2009 18:45:29_ This and #14 should share a MailConnection.framework

I did some investigation into this area for another issue last week and found that `command` hooks _do_ get the before- and after-environment behaviour applied, but a step’s `command` does...

These might be good as an SSM parameter, something like: ``` BuildkiteBaseImage: Description: Docker Image for base agent Type: AWS::SSM::Parameter::Value Default: /buildkite/on-demand/${AWS::StackName}/base/image_id ```