ngx-socket-io icon indicating copy to clipboard operation
ngx-socket-io copied to clipboard

Socket.IO module for Angular

Results 54 ngx-socket-io issues
Sort by recently updated
recently updated
newest added

Hello, i'm trying to use your library in my Angular 10 project, but when i build i receive this warning: `WARNING in C:\Users\carme\Documents\Haptica\LineaVita\Web\linea-vita\node_modules\ngx-socket-io\__ivy_ngcc__\fesm2015\ngx-socket-io.js depends on 'socket.io-client'. CommonJS or AMD dependencies...

stale

👋 Hello, I updated an Angular 7 project where ngx-socket-io worked well to Angular 10 (and ngx-socket-io 3.2.0). Now starting the project with `ng serve` show a blank page, and...

stale

hi there How can I make sure a message was sent or not sent by the following function: `this.socket.emit('new-message', msg);`

stale

I would like to have access to the "closeOnBeforeunload" option of the underlying socket.io options. Doing so allows me to fire closing events specific to one set of business logic...

When a connection is made to the WebSocket server, the initial `connect` event does not fire. If the server or client is disconnected and then re-connects, subsequent `connect` events _do_...

Hello, I would like to push streaming from ou ionic app down to the node js server. On ionic, I imported ngx-socket.io library and am able to emit the stream...

I'm having an issue with the package. I want to use multiple sockets. I followed the guide on the github repo for that. ``` core.mjs:8416 ERROR Error: Uncaught (in promise):...

dependecy socket.io-parser audit fix breaks ngx-socket-io https://github.com/advisories/GHSA-cqmj-92xf-r6r9 vers 4.2.4 keeps creating socket connections until all ports are taken resulting in denial of service.

Socket.io 4.6.1 got released. Is it compatible with ngx-socket-io 4.4.0 ?

I'm using angular `14.2.0` and installed `[email protected]` but I get an error when adding the `SocketIoModule` in my angular module. The error is: ``` 'SocketIoModule' does not appear to be...