AngularStompDK icon indicating copy to clipboard operation
AngularStompDK copied to clipboard

Angular service to communicate to Stomp-Websocket

Results 7 AngularStompDK issues
Sort by recently updated
recently updated
newest added

If I try to import AngularStompDK with `import AngularStompDK from 'AngularStompDK';`, I get the following error message: ``` Uncaught Error: Cannot find module "." at webpackMissingModule (angular-stomp.min.js:1) at angular-stomp.min.js:1 at...

I noticed that this library will try and reconnect indefinitely. My thought is that it would be nice to have a mechanisms to control how/when the service tries to reconnect,...

enhancement
help wanted

Hi, At the moment if the websocket cannot connect it retries indefinite. I would like to make it stop after a number of retries and throw an error so that...

Hello, If I put the server down to update it, when it comes back up, clients will keep connecting to it over and over. Sometimes it is over a hundred...

To help dev with TypeScript, we should provide an tsd file for the AngularStomp Lib. This should be commited to https://github.com/DefinitelyTyped/DefinitelyTyped /cc @lpotapczuk Linked to #16

https://github.com/jspm/jspm-cli/issues/1598

Linked to the issue #42, we should have a method to know if the system is connected or not.

enhancement