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

Feature request: ready promise

Open AgDude opened this issue 10 years ago • 0 comments

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.

AgDude avatar Jul 03 '15 13:07 AgDude