Results 63 comments of Danny Sung

SSLReadWriteDispatcher is intended to serialize the read/write calls to allow for synchronous read/write calls. For async usage, try calling try socket.setBlocking(mode: false) once created. You'll likely have to buffer your...

Are you sure the socket is blocking? EWOULDBLOCK should only return for a non-blocking socket.

Sorry for the slow progress, I'm attempting to migrate this to travis-ci.com ([PR](https://github.com/Kitura/Kitura-CouchDB/pull/119)), but it looks like the unit tests rely on access to a CouchDB server I do not...

Looks like Kitura-TestingCredentials is storing some private credentials for various services. I'll make a new repo and document what we need.

Hi @sunilsharmatest, can you include the logs mentioned in the output?

@drewmccormack Thanks for the PR. There's a few other changes I wanted to include (ensuring CI builds are running correctly and updating links). If it's okay with you, I've group...

@LowAmmo Thanks! Please submit a PR

@JohnSundell Let me know what you think about this approach. I'll add more comments to the public APIs if you think this is the right direction. Let me know if...

I was looking for a solution to this as well, but I'm thinking it would be nice to have it as a plugin or additional publishing step. My reason for...

@Ze0nC My approach to this problem is in [PR-120](https://github.com/JohnSundell/Publish/pull/120). It's working with raw HTML, so not type-safe in any way, but allows someone to easily make a GoogleAnalytics plugin.