Ernesto Rodriguez
Ernesto Rodriguez
Thanks @IgorFedchenko for looking into this. I wrote this small test using the TestKit and Xunit with the latest stable release of Akka (1.4.8): ``` [Fact] public void TestWierdGraph() {...
One option I can think of is to leave the current API untoched but make everything internal and change the constraints in the user-facing API. I however, am not sure...
Excellent! I think it will help users. I am not sure if this anecdote is related to the issue, but I was experimenting with using the GraphDSL to work with...
Also, one thing worth noticing is that these "wierd" graphs can only be constructed with the GraphDSL, in other words, something like: ``` Soruce.Repeat(new object()).To(Sink.ForEach(s => Console.WriteLine(s))).Run(...) ``` Is rejected...
Unfortunately, I could not find any official documentation for this functionality. I worked it out by inspecting the web requests performed by the "NCBI Blast" web page and reverse engineered...