2 way communication over DDP with better performance.
meteor add rocketchat:streamer
- Do not use
super
to call parent classes (fix for Edge browser)
- Throw an error if subscribe not allowed
- Allow better way to override publish method
- Avoid multiple
DDPCommon.stringifyDDP
for multiple subscriptions - Refactor to call
unsub
onremoveListener
- Add a new method to control data flow
allowEmit
- Added optional ddpConnection to Streamer constructor
- Fix some ES6 errors
- Remove all listeners on unsubscribe