meteor-space / messaging

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

Fix/mixin definitions #30

Closed DominikGuzei closed 8 years ago

DominikGuzei commented 8 years ago

This PR fixes the mixin definition of EventSubscribing and CommandSending, so that they do not override the handler methods on the host class if mixed in after class creation.

It also refactors both mixins to ES6 on the way, and adds some simple tests and feature #21