Hello,

I'm using a "home made" C++ TLCP client using http get to connect to ligthstreamer server.

Every time it gets disconnected with a LOOP message and I have to rebind.
I was expecting this behavior only wtih POST connections, that are size-limited.

I have another vendor "http get chunk stream" in another app that does never disconnects.

Is there anyway of avoiding this disconnection with lightstreamer ?

2020-02-03 10:31:57 INFO LOOP
2020-02-03 10:33:06 INFO LOOP
2020-02-03 10:34:15 INFO LOOP
2020-02-03 10:35:29 INFO LOOP
2020-02-03 10:36:43 INFO LOOP
2020-02-03 10:38:24 INFO LOOP
2020-02-03 10:39:42 INFO LOOP
2020-02-03 10:40:55 INFO LOOP

yes, I have a lot of data being sent.