abhishekvp / cesium-lg

Liquid Galaxy GSoC 2016 Project: Enabling Cesium for Liquid Galaxy
5 stars 3 forks source link

reconnectingwebsocket for arraybuffer #32

Closed alfski closed 8 years ago

alfski commented 8 years ago

Hi, this seems to work for me when switching back to the using reconnectingws library...

var ws = new ReconnectingWebSocket(CONFIG.wsURI, null, { binaryType: 'arraybuffer' } );
// ws.binaryType = "arraybuffer";