RocketChat / meteor-streamer

2 way communication over DDP with better performance.
MIT License
82 stars 27 forks source link

ReferenceError: this hasn't been initialised - super() hasn't been called #24

Open justinr1234 opened 6 years ago

justinr1234 commented 6 years ago

Incoming fix: https://github.com/RocketChat/meteor-streamer/pull/25

fgm commented 6 years ago

This doesn't look like it should happen, because there is no reference to "this" where the patch adds the "super" call, so the error should not be triggered. Can you provide a scenario to reproduct the problem ?