Garrett Johnson
Garrett Johnson
oh, we need to filter those kind too for sure!
That's fine, feel free to remove the casing in a PR along with whatever awesome stuff you got!
Are you calling `app.listen(..)` within your index.js module? If so, consider moving that block of code out. For example, [check out the express generator project](https://github.com/expressjs/generator/blob/master/templates/js/www.ejs). It’s templated, but you’ll get...
In v4.x.... If you need to test with HTTPS against localhost, you can use superagent's .trustLocalhost(), which let's you bypass any errors related to broken/insecure HTTPS on localhost.
Since your talking reconnections... Thoughts on supporting multiple hosts?
Checkout: https://github.com/mmalecki/primus-redis https://github.com/mmalecki/primus-redis-rooms Sounds like those should work for your use case.
@visionmedia Hmmm think this had to do with leader / no leader. I haven't messed with clustering yet, so I assume my single local instance is the leader and I...
Yep, working on it right now. It's mostly all internal stuff, but if you have any thoughts or suggestions, drop them here!
But to answer your second question, no, it will only support v2.
@silas more of a rewrite now, so see the tests for examples of the new api. There are plenty of things to clean up still, so feel to add things...