Archived

This forum has been archived. Please start a new discussion on GitHub.

Bug in Ice for javascript, when using ACM

I used ACM to turn timeout off in client (Javascript) and saw a continuous error log saying this.connection is not defined.

I think in js/src/Ice/ACM.js, line 261: this.connection.monitor(....

is causing that error.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Thanks for the bug report. Unfortunately it didn't make it into 3.6.1. You can find the fix on our 3.6 branch on GitHub (replace this.connection with this._connection line 261 in ACM.js).

    Cheers,
    Benoit.