-
-
Notifications
You must be signed in to change notification settings - Fork 121
Fix RedisAscoltatore and default options to {} #84
Conversation
delivers message per subscription rather than per connection. Added a test to check. Fails for MQTTAscoltatore until Mosca is fixed.
Travis build failure is process out of memory when running coverage! |
Could you please try to restarting the job? Maybe it was a travis failure or something. |
Still fails. Tried |
Seems it must be this change as your repo is coveraging fine. Strange thing is the the tests don't even start - I see no mocha output. |
So coverage runs fine if I check out my master separately but as soon as I link in node_modules to the new mosca then it fails. |
Yes, it's (cd node_modules/mosca/node_modules && rm -rf ascoltatori && ln -s ../../.. ascoltatori) which causes it. Maybe latest istanbul gets confused by circular links. |
OK that did work - build now fails for expected reason (mosca overlapping topic failure), which will be fixed with mosca pull request when it works on 0.8... |
mosca pull is ready: moscajs/mosca#63 |
Ok, merged in Mosca's master. Merging this in ascoltatori. |
Closes #82.