I believe all my push is working...except its timing out when it tries to send a notification to me.
|
Removing subscriber after error The IOutputChannel timed out attempting to send after 00:01:00. Increase the timeout value passed to the call to Send or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
|
Currently this is running locally in VS so I am not sure what could be blocking it. I have no local firewall. I was going to mess with the ports but can't find a solid example of the ClientConfig.
|
<!-- Simulates the PollingDuplexHttpBinding used by Push --> <binding name="pollingDuplex"> <pollingDuplex duplexMode="MultipleMessagesPerPoll" inactivityTimeout="01:00:00"/> <binaryMessageEncoding /> <httpTransport maxBufferSize="2147483647" maxReceivedMessageSize="2147483647" transferMode="StreamedResponse"/> </binding>
|
Any ideas?