angular-websocket
angular-websocket copied to clipboard
Feature request: ready promise
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 is opened in one service, and another service wants to use it, a promise seems like the most practical way to communicate when it is open.