LP#1268619: websocket JS libs: reconnect and auto-connect
authorBill Erickson <berick@esilibrary.com>
Tue, 14 Jan 2014 21:25:20 +0000 (16:25 -0500)
committerBill Erickson <berick@esilibrary.com>
Sun, 4 May 2014 20:10:35 +0000 (16:10 -0400)
commitc35c505c393e8c0e72b31d0e979cab8743f64b87
tree8273145d249b3deb4b0d9df3ef781d88be387b87
parentc408d395086034125c6adb352ca312059e3968bd
LP#1268619: websocket JS libs: reconnect and auto-connect

JS clients no longer need to explicitly call the shared WS setup
routine.  It happens under the covers now.

JS client detects disconnects and reconnects when the next message send
attempt occurs.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
src/javascript/opensrf.js
src/javascript/opensrf_ws_shared.js