Ext.ux.data.proxy.WebSocket icon indicating copy to clipboard operation
Ext.ux.data.proxy.WebSocket copied to clipboard

An easy-to-use implementation of the ExtJS/Sencha Touch proxy, using HTML5 WebSocket.

Results 4 Ext.ux.data.proxy.WebSocket issues
Sort by recently updated
recently updated
newest added

Including update of demo and server. You may notice a websocket bug where data is not showed. It is fixed by Putting the following line in the ext.ux.websocket constructor: this.messageQueue...

I'm trying to use the proxy with extjs 4. I set autoload to true, but I got this error and no event read is sent to the server .....

Hello! I have some problem with ComboBox (or TreePanel) and GridPanel with different Stores. Grid receives data from ComboBox (or TreePanel) if they exists and if gridStore have autoLoad=true. But...