angular2-websocket
angular2-websocket copied to clipboard
Websocket wrapper for angular2 based on angular-websocket
Hi there, Is there any way to pass Authorization header? My backend is secured by OAuth2 and Socket connection failing with 401.
The dependencies should be updated to new [Angular 8](https://blog.angular.io/version-8-of-angular-smaller-bundles-cli-apis-and-alignment-with-the-ecosystem-af0261112a27) version. Maybe the [update guide](https://update.angular.io/#7.0:8.0) can save some time.
`package.json` need to bump `typescript` to `^3.1.0`, otherwise the project won't upgrade.
 I get a "status: 200" in the MessageEvent.data but send returns a connection closed response. Any thoughts/insight would be helpful.
Hello,when i use this package in angular5,it can work well.But i found a problem,after the client and the server established a websocket service,and also the client got information from the...
Any chance we could get the Angular peer dependencies upped to build with Angular 5+ without npm warnings? Maybe something like: ``` "@angular/common": ">= 4.4.6 = 4.4.6 = 4.4.6
revision no: 1da132c3b8108c2e03ed98d555ad7c96e57c1878 comment: Bump 9.5.6 ``` > [email protected] compile-no-dts /home/adrianpetre/JISR-web-libs/angular2-websocket > tsc --declaration false src/angular2-websocket.ts(67,13): error TS2322: Type 'string' is not assignable to type 'BinaryType'. npm ERR! code ELIFECYCLE...
Hi, I am using angular2-websocket for my angular 5 app. If there is no interaction between server and client for around 2 minutes, I am getting error "The connection to...
this project will support IPv6?
Please add a working minimum implementation (demo) to the documentation, as a plunker.