ngx-socket-io
ngx-socket-io copied to clipboard
Socket.IO module for Angular
Since yesterday all my builds in docker are failing after npm i it is downloading new issue, but code/package.json/package-lock was not changed ./node_modules/ngx-socket-io/__ivy_ngcc__/fesm2015/ngx-socket-io.js:22:23-34 - Error: export 'default' (imported as 'io__default')...
Hi Rod, I am using ngx-socket-io v4.0.0 since my nodejs server uses socket-io v4.0.0 while running the angular application the cpu utilization goes as high as 100% we suspect this...
Using Angular 12 / Typescript. The `SocketIOConfig` interface does not support a `forceNew` option. This results in a compile-time error when attempting to use it due to a type assignment...
I have endpoints that are totally dynamic, and remain unknown for injection. How can I create a socket manually using like ``` let socketIoConfig: SocketIoConfig = { url: "dynamicEndpoint:port", options:...
ERROR in Error: Metadata version mismatch for module /Users/leewaynemaponga/Downloads/mapbox-app-master/node_modules/ngx-socket-io/ngx-socket-io.d.ts, found version 4, expected 3, resolving symbol AppModule in /Users/leewaynemaponga/Downloads/mapbox-app-master/src/app/app.module.ts, resolving symbol AppModule in /Users/leewaynemaponga/Downloads/mapbox-app-master/src/app/app.module.ts, resolving symbol AppModule in /Users/leewaynemaponga/Downloads/mapbox-app-master/src/app/app.module.t Angular...
I got this error on ng build --prod with angular v9.1.11 
Hee, I am currently facing the issue that my E2E tests in protractor time out. And I believe it is an issue related to Protractor, Angular, and SocketIO. Here is...
How could I get the connection state of the client to server? I tried `socket.connected` but it is not supported
Hi there i'm using this module like this: ```` const config: SocketIoConfig = { url: endpoint.socket, options: { query: { token: localStorage.getItem('access_token') } }}; ... SocketIoModule.forRoot(config), ```` But i need...
I have been trying to do an upgrade of all my socket.io related code and when doing so I am getting conflicts between what this library and what `socket.io-client` is...