服务端取数据10000条回调给客户端,一条条的回调,到194条客户端得不到数据了,why?超速问题吗?no!我定了2个小时,到10来分钟的时候就停了,why?
提出客户端配置, <netTcpBinding>
<binding name="NetTcpBinding_IServerMonitor" closeTimeout="00:01:00"
openTimeout="00:01:00" receiveTimeout="2:20:00" sendTimeout="2:10:00"
transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
hostNameComparisonMode="StrongWildcard" listenBacklog="50" maxBufferPoolSize="524288"
maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="65536">
<readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
maxBytesPerRead="4096" maxNameTableCharCount="16384" />
<reliableSession ordered="true" inactivityTimeout="1:10:00"
enabled="false" />
<security mode="None">
<transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
<message clientCredentialType="Windows" />
</security>
</binding>
</netTcpBinding>
高手帮忙看下原因,实在找不出原因了,都三天了!