afshin_a
I have two question about this timeout
1- how much is it?
2-how can i increase this time?
Thanks
Mone
Hi,
currently there is no way to change that setting from the public APIs
may I ask you why you need to change that?
afshin_a
because i develop .net client and this client connect in smart polling then i increase timeout and then it connected in streaming mode
so i try to increase html client timeout but i can't ,i want my html client connect in streaming mode
Dario Crivelli
In fact, the StreamingTimeoutMillis property is available in the .NET client library, while no equivalent setting was made available in the HTML client library.
Note that, in web applications, the stream-sense timeout may also expire because of slow processing in the page startup phase and this can be avoided by placing the changeStatus("STREAMING") request later in the initialization process.
However, we see that you had to increase the limit also in a .NET client.
Which timeout value did you have to use?
Do you know the details of the client environment? If you do, could you figure out why a streaming request should take more than 5 seconds to succeed?
afshin_a
I think it is not because of slow processing in the page startup because i try your sample but it didn't work,
and i think it's because of our server firewall.
if i increase this time i think it will work fine
Dario Crivelli
The requested setting was not made public, because an unsuitable value could degrade the overall quality of the front-end.
I will send you more information through a private message, so that you can perform some tests in your environment and let us know your findings.
afshin_a
Thank you,I will inform you