Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update, from msgpack-lite to notepack.io (support new version of soc… #55

Merged
merged 3 commits into from
May 12, 2017

Conversation

v4l3r10
Copy link
Contributor

@v4l3r10 v4l3r10 commented May 12, 2017

…keti.io-redis)

Fix, removed old namespace tag
Update dependencies

…eti.io-redis)

Fix, removed old namespace tag
Update dependencies
Copy link
Member

@darrachequesne darrachequesne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for the pull request 👍

Before merging, could you please:

index.js Outdated

// publish
if (opts.rooms && opts.rooms.length) {
opts.rooms.forEach(function(room) {
var chnRoom = chn + room + '#';
var chnRoom = chn + room;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

index.js Outdated
@@ -6,7 +6,7 @@
var client = require('redis').createClient;
var parser = require('socket.io-parser');
var hasBin = require('has-binary');
var msgpack = require('msgpack-lite');
var notepack = require('notepack.io');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since notepack is just another msgpack implementation, how about keeping the var msgpack here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed, hasBinary package.
Fix, socketIo multiroom event.
@darrachequesne darrachequesne merged commit 119b3e6 into socketio:master May 12, 2017
@darrachequesne
Copy link
Member

@v4l3r10 great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants