meteor-space / messaging

Messaging infrastructure for Space applications.
12 stars 2 forks source link

fixes static handler mixin bug discovered with publications #11

Closed DominikGuzei closed 8 years ago

DominikGuzei commented 8 years ago

The problem was the assignment of @_handlers in onMixinApplied hook which added the handlers to the Space.messaging.Publication class which resulted in shared handlers between subclasses

DominikGuzei commented 8 years ago

@rhyslbw ready for review + merge!