wilk / ng-websocket

AngularJS HTML5 WebSocket powerful library
MIT License
267 stars 78 forks source link

Remove closed websockets from websocket cache. #25

Closed kaufholdr closed 7 years ago

kaufholdr commented 9 years ago

I had a similar problem to https://github.com/wilk/ng-websocket/pull/21/files. After closing a websocket and reopening it later on I only got closed websockets. My expectation was that I get a new websocket when calling $new and not a cached and already closed one.

kaufholdr commented 7 years ago

There is no sense in keeping this open as the repository is no longer being maintained.