em-jack icon indicating copy to clipboard operation
em-jack copied to clipboard

Setting tube in initializer does not work correctly

Open mloughran opened this issue 13 years ago • 0 comments

If the connection does not connect immediately (for example if the 2nd attempt succeeds) then the tube specified in initializer will not be used.

This is because the @used_tube instance variable is set in a callback on the connection which won't be called in the case that the first connection attempt fails (see #9).

mloughran avatar Sep 09 '11 17:09 mloughran