public class MyMessage {}
public class MyExtendedMessage : MyMessage{}
with this consumer
public class MyConsumer :
ConsumerOf<MyMessage>,ConsumerOf<MyExtendedMessage>{
public void Consumer(MyMessage msg){...}
public void Consumer(MyExtendedMessage msg){...}
}
I can't figure out what else is causing a duplicated invocation and
wondered if some changes I saw in RSB might be slipping some style
assumptions implicitly.
> --
>
> You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group.
> To post to this group, send email to rhino-t...@googlegroups.com.
> To unsubscribe from this group, send email to rhino-tools-d...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
>
>
>