PatrickJS / angular-websocket

:arrow_upper_left: The missing Angular WebSocket module for connecting client applications to servers by @AngularClass
https://angularclass.github.io/angular-websocket
MIT License
1.22k stars 194 forks source link

Implement onPing and onPong events for control messages #31

Closed andreib1 closed 9 years ago

andreib1 commented 9 years ago

RFC 6455 - Specifies a keep-alive with optional application data. At the moment 'pong' messages from the server get discarded. It would be really great to handle this through the event system.

https://tools.ietf.org/html/rfc6455#section-5.5.2 https://tools.ietf.org/html/rfc6455#section-5.5.3

andreib1 commented 9 years ago

Closed, as this is now handled by the framework