angular-websocket icon indicating copy to clipboard operation
angular-websocket copied to clipboard

:arrow_upper_left: The missing Angular WebSocket module for connecting client applications to servers by @AngularClass

Results 66 angular-websocket issues
Sort by recently updated
recently updated
newest added

Hello! It would be great if the onMessage() would return an ID that could be later used to REMOVE that listener. I am currently using one global websocket that I...

MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visua l Studio 2005 or...

Hi there, i am getting below error, could you pls let me know anything is missing here? D:\angular-websocket-master>npm test > [email protected] test D:\angular-websocket-master > ./test.sh '.' is not recognized as...

This is something easy enough to implement using the `onOpen` callback, but it would be nice to have a promise which resolves when the connection is open. If the websocket...

Could you provide a bit of code/documentation for how to use angular-websocket-mock in tests?

Currently when the connection is closed it tries to reconnect and on success calls this code: ``` $WebSocket.prototype._onOpenHandler = function _onOpenHandler(event) { this._reconnectAttempts = 0; this.notifyOpenCallbacks(event); this.fireQueue(); }; ``` A...