bougarfaoui / ng-socket-io

Socket.IO module for Angular
MIT License
255 stars 57 forks source link

Socket event is firing many time eventhough it's alreday caught (angular 5) #70

Open sudha53633 opened 6 years ago

sudha53633 commented 6 years ago

Hi there,

Recenly have migrated from angular 4 to 5. Facing an issue witth multiple socket messages in client app, continuously getting an events, eventhough i've emitted the event at once(from nodejs).

Please help me here.

Thanks,