Results 1 to 6 of 6

Threaded View

  1. #4
    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:
    
    
    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
    Attached Files Attached Files

 

 

Similar Threads

  1. reason: 'Lightstreamer error received: 17
    By anilkumar2508 in forum Client SDKs
    Replies: 1
    Last Post: October 16th, 2012, 09:55 AM
  2. Replies: 2
    Last Post: January 5th, 2012, 08:53 AM
  3. Blackberry SDK Client
    By gustavo.barrientos in forum Client SDKs
    Replies: 3
    Last Post: November 3rd, 2010, 09:21 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 03:47 AM.