Wildhoney / EmberSockets

Socket.io (WebSockets) integrated with Ember.js' observer pattern.
http://ember-sockets.herokuapp.com/
MIT License
136 stars 22 forks source link

Prevent multiple event registrations on reconnect #10

Closed sarus closed 10 years ago

sarus commented 10 years ago

Added a check to ensure that events are not registered with socket.io multiple times when a reconnect occurs.

Wildhoney commented 10 years ago

Excellent! Thanks :smile: