Results 1 to 4 of 4

Hybrid View

  1. #1
    Member
    Join Date
    Jan 2008
    Location
    Durham
    Posts
    3
    Hi,

    I'm able to reproduce this error in IE with two browsers.
    Steps to reproduce:
    1. Browser1 will establish lightstreamer connection.
    2. Use Cntrl+N to open browser2.
    Browser2 is throwing 'Error 120'.

    Any idea which property is common between these two, causing this error?

    Thanks
    DK

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan, Italy
    Posts
    521
    Hi DK,

    Make sure you use "SHARE_SESSION" as the third parameter of your createEngine() call. The explanation is that opening multiple IE windows with CTRL+N, you still have one process instance, not multiple. So you should avoind saturating the browser's connection pool. The trick is to use one single shared stream connection for all the windows and you can achieve that by using the "SHARE_SESSION" parameter.

 

 

Similar Threads

  1. Replies: 2
    Last Post: March 1st, 2012, 01:53 PM
  2. Error: Only a client can stream data.
    By lethanhclub in forum Adapter SDKs
    Replies: 6
    Last Post: September 16th, 2009, 10:26 AM
  3. Reconnecting client after error
    By jkrohn in forum Client SDKs
    Replies: 3
    Last Post: September 1st, 2009, 08:48 AM
  4. Message Alert
    By jmccoy in forum General
    Replies: 2
    Last Post: March 31st, 2008, 03:38 PM
  5. Client error - Unable to find the Engine
    By kg_can in forum Client SDKs
    Replies: 1
    Last Post: March 7th, 2008, 09:11 AM

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 11:39 PM.