josejamilena-lda / jwebsocket

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

Setting autoReconnect=false in ReliabilityOptions has no effect with reconnectDelay set to >0 #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create new base web socket client
2. setup reliability options with autoreconnect=false but with a positive 
reconnect delay
3. the client still reconnects

What is the expected output? What do you see instead?
Expected: the client does not automatically reconnect
Instead: recconects

What version of the product are you using? On what operating system?
1.0 beta 8 on Deian wheezy
java version "1.7.0_03"
OpenJDK Runtime Environment (IcedTea7 2.1.1) (7~u3-2.1.1-3)
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)

Please provide any additional information below.
n/a

Original issue reported on code.google.com by mail...@googlemail.com on 2 Nov 2012 at 12:26