Ed MacDonald

Results 17 comments of Ed MacDonald

Or, whatever the method is called, accept channel config params much like `ToChannel` does and out the reader.

Thank you so much for this. I'm glad you were able to find a way to avoid creating another channel externally. Last night I was fiddling with this trying to...

Thanks, I appreciate the offer, but I ditched it and switched gears to incorporate PipeFilter/Merge into our batch processes. Should have it in production tomorrow. Thanks again, this is an...

The use of Uri.IsWellFormedUriString is causing an exception for Urls that may technically be invalid but are in use and supported by most, if not all, browsers. Here is an...

I just ditched the two-stage init. I came to the conclusion it's not that important to me and creates more issues than it solves. Initialization changes infrequently, errors outside development...

I ran into this issue today, almost 2 years and a major version later (`v7.0.11`). If fixing it is not a priority, the framework should at least fail spectacularly when...