rodgc / ngx-socket-io

Socket.IO module for Angular
MIT License
259 stars 87 forks source link

Make sure the message was emitted #69

Closed mer30boy closed 1 week ago

mer30boy commented 3 years ago

hi there

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

Helveg commented 3 years ago

I guess by listening to it on the other side of the socket or checking the network traffic using a sniffer or browser dev tools.

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 week ago

This issue was closed because it has been inactive for 7 days since being marked as stale.