Inside a subclass of AbstractConduit and the function public void prepare(Message message),
message.getExchange().isOneWay() is never true. It's always false even if the function is a "void say(SayRequest req)" Is this a bug? How would I detect a function is "void" and hence really can be treated as one-way/non-blocking? Thank-you...
