trailway
trailway
I have been thinking of a system which caches S3 data in high performance storage which can be accessed as a file system from any number of EC2 instances. Key...
I think that the problem is that MaybeOperationTimeout is not checking to see if a socket was created: ``` private void MaybeOperationTimeout(object state, bool timedOut) { if (timedOut == false)...
The problem is that it is notifying the failure multiple times. I think that it should either call the success or failure function once. I think that the root cause...
See attached code. On Fri, Aug 28, 2015 at 5:53 AM, Ayende Rahien [email protected] wrote: > Can you show your changes? I'm not sure that I can follow from the...
Done. My first pull request. On Fri, Aug 28, 2015 at 11:07 AM, Ayende Rahien [email protected] wrote: > I can't really read this. Can you send this as a PR,...