New Posts New Posts RSS Feed: Push config
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Push config

 Post Reply Post Reply
Author
midnit View Drop Down
Senior Member
Senior Member
Avatar

Joined: 22-Jun-2009
Location: Charlotte
Posts: 112
Post Options Post Options   Quote midnit Quote  Post ReplyReply Direct Link To This Post Topic: Push config
    Posted: 14-Jun-2011 at 6:15am
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?
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 14-Jun-2011 at 6:49pm
Take a look at this thread - http://www.ideablade.com/forum/forum_posts.asp?TID=2334.   If you have somewhat long intervals between messages and you're using IE8 (and possibly IE9 too, but I haven't had a chance to test that yet), you'll need to either switch to the Client networking stack or set the mode for single messages.  The thread (the last few posts) shows how to do this.
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down