unnivm / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
1 stars 0 forks source link

Missing "this" on two call #172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set autoreconnect to true
2. Set OnReconnectig(a,b,c)
3. Call c.setAutoReconnect(false)

What is the expected output? What do you see instead?
 i have this error : abortReconnect is not defined => abortReconnect();
 You should add in the function "setAutoReconnect" this.abordReconnect()
 and in the function "setReliabilityOptions" this.abordReconnect()

What version of the product are you using? On what operating system?
 Last version :)

Please provide any additional information below.
 It works with the fix (this)

Original issue reported on code.google.com by bloodysp...@gmail.com on 13 Apr 2012 at 1:52