I have similar issue on react-navie client (with Load Balancer + Cloudflare). Sometimes LS is working, sometime it doesn't with same error "Wrong session ID". But this connectionOptions.setCookieHandlingRequired(true) option are not available on environment other then browser or nodejs:
Code:
setCookieHandlingRequired: function(cookieHandlingRequired) {
if (cookieHandlingRequired && ( !Environment.isBrowser() && !Environment.isNodeJS() )) {
throw new IllegalArgumentException(IMPOSSIBLE_COOKIES);
}
this.heavySetter("cookieHandlingRequired",this.checkBool(cookieHandlingRequired));
},
Any advises ?
We are using client lightstreamer-client-web@8.0.3 (module: lightstreamer-core.esm.js)
LS logs attached
Bookmarks