Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    in the attachment, you could see the behavior when executing this loop:
    Code:
    for (var i = 0; i < 100; i++) {
      Messaging.send('jms/chatChannel','yup');
    }
    where I waited for the drop in the live thread before another execution, so I executed it 7 times.
    Attached Files

    Comment


      #17
      A fix was applied on 10.0d branch, which solves this issue, and will be available as of tomorrow, (April 01).
      Once you can obtain a nightly build with this fix - Could you please retest your sample and confirm that this fix solves your issue?

      Comment


        #18
        thanks, tomorrow I'll try.
        Have you already ported it to 9.1 (ideally also to 9.0) or I must test only with the 10.0d branch?

        Comment


          #19
          Hello, just tested with 10.0d of 2014-04-01, and I can confirm the issue is fixed.
          Please let me know when it will be ported to 9.1.

          Comment


            #20
            Thanks. The fix was ported to the 9.1 branch and you will see it as of tomorrow, (April 03).

            Comment

            Working...
            X