Closed GoogleCodeExporter closed 8 years ago
This looks like a mono compiler bug. That is valid syntax and compiles just
fine with
the Microsoft csharp compiler.
Original comment by mike.ret...@gmail.com
on 22 Nov 2008 at 5:59
It may very well be. I am very interested in researching this library, perhaps
you
can help me understand the intended function and I can adjust for the
limitations of
the compiler accordingly.
From what I can tell the IProducerThreadSubscriber implements:
void ReceiveOnProducerThread(T msg);
I am guessing that this is a problem:
--SubscribeOnProducerThreads(subscriber.ReceiveOnProducerThread);
since I don't see a void argument implementation.
This compiles but I am unaware of what the unintended consequences may be:
--return SubscribeOnProducerThreads(subscriber);
Thanks in advance.
Original comment by adelpre...@gmail.com
on 22 Nov 2008 at 7:13
I tracked this down to a mono bug and submitted it to the project.
https://bugzilla.novell.com/show_bug.cgi?id=447984
Original comment by mike.ret...@gmail.com
on 23 Nov 2008 at 12:23
Original issue reported on code.google.com by
ldel2...@gmail.com
on 22 Nov 2008 at 5:27