engcoder
hello,
i have adapter in server1 and adapter in server2.
each adapter have many transmitters for items. my client have two connections to each LS on each server and many forms subscribe to the items from the two LS. and it may be many subscribes to each done on the same time.
my problem is that the connection to the LS1 or LS2 is disconnected much and gives PushConnException or PushServerException.
Giuseppe Corti
Hi engcoder,
Generally the PushServerException and PushConnException exceptions are due to a normal network failure or particular poor connectivity conditions.
Please could you confirm if in your scenario the client is affected by bad network condition such as to justify the continuous exceptions?
If this is not your case, please can you provide us with some more details as a few examples of complete exception stack or some snippets of the server log?
Anyway, could you confirm that your client opens 2 connections for each Lightstreamers server (so resulting in 4 total connections, 2 for LS1 and 2 for LS2)? You need this because the Adapter sets are different?
engcoder
hello,
why i need 2 connections for each LS?
now i open only one connection for each LS
Giuseppe Corti
Hi engcoder,
Did you confirm that the disconnection problems persist?
In this case the complete exception stack or some snippets of the server log are needed for further investigation.