|
We haven't seen this problem in our own testing, but the polling duplex binding is known to be somewhat quirky and you may see different behaviors with different browsers.
I've attached a sample with both web.config and ClientConfig files here - http://www.ideablade.com/forum/uploads/11/PushWithConfigs.zip - uploads/11/PushWithConfigs.zip . I would focus on the MaxOutputDelay setting on the server, as I've seen some references to that causing a problem if it's set lower than your send interval. Here's some more information on the various config settings you can work with - http://blogs.msdn.com/b/silverlightws/archive/2010/06/25/http-duplex-improvements-silverlight-4.aspx - http://blogs.msdn.com/b/silverlightws/archive/2010/06/25/http-duplex-improvements-silverlight-4.aspx http://blogs.msdn.com/b/silverlightws/archive/2010/07/16/pollingduplex-multiple-mode-timeouts-demystified.aspx - http://blogs.msdn.com/b/silverlightws/archive/2010/07/16/pollingduplex-multiple-mode-timeouts-demystified.aspx You can also set these in code via the ServiceProxyEvents and SerivceHostEvents classes, but I don't have a sample available for Push at the moment. You can read more about these classes here - http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-custom-client-configuration - http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-custom-client-configuration and http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-custom-server-configuration - http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-custom-server-configuration .
|