The Polling duplex binding supports multiple messages per poll.
<pollingDuplex duplexMode="MultipleMessagesPerPoll"
However, pollingDuplex is not supported for non-silverlight clients. So I have to use wsDualHttpBinding
with my WPF client.
Is there a way to send multiple messages per poll in wsDualHttpBinding
?