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 195 forks source link

Allow additional options to be passed to create #106

Closed el-chogo closed 8 years ago

el-chogo commented 8 years ago

This complies with ws way of handling Socket instantiation and is useful for providing extra parameters to the connection such as additional headers.

el-chogo commented 8 years ago

Sorry, misunderstood what was happening under the hood. This no longer applies.